#227BCB

Color #227BCB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #227BCB

Tints of Denim #227BCB

Color information

#227BCB (or 0x227BCB) is unknown color: approx Denim. HEX triplet: 22, 7B and CB. RGB value is (34,123,203). Sum of RGB (Red+Green+Blue) = 34+123+203=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #227BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BCB is #DD8434. Grayscale: #696969. Windows color (decimal): -14517301 or 13335330. OLE color: 13335330.

HSL color Cylindrical-coordinate representation of color #227BCB: hue angle of 208.4º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227BCB is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB34123203-
CMYK0.830.3900.20
HSL208.4º71.31%46.47%-
HSV(B)208.4º83.25%79.61%-
XYZ18.5218.8259.16-
YUV105.51183.0177-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 9.44%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=9.44%
G=34.17%
B=56.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal341232030.830.3900.20208.471.3146.47
Hex227BCB5327014d0472e
Octal421733131234702432010756
Binary1000101111011110010111010011100111010100110100001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227BCB; }

 p { color: rgb(34,123,203); }

 H1.HeaderClassName
 {
   color: #227BCB;
 }
 .AnyTagClassName
 {
   color: #227BCB;
 }
</style>
background-color css

<style>
 a { background-color: #227BCB; }

 a { background-color: rgb(34,123,203); }

 div.DivClassName
 {
   background-color: #227BCB;
 }
 .BgClassName
 {
   background-color: #227BCB;
 }
</style>
border-color css

<style>
 span { border-color: #227BCB; }

 span { border-color: rgb(34,123,203); }

 td.TdClassName
 {
   border-color: #227BCB;
 }
 .TagClassName
 {
   border-color: #227BCB;
 }
</style>