#227EBF

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

Shades of Curious Blue #227EBF

Tints of Curious Blue #227EBF

Color information

#227EBF (or 0x227EBF) is unknown color: approx Curious Blue. HEX triplet: 22, 7E and BF. RGB value is (34,126,191). Sum of RGB (Red+Green+Blue) = 34+126+191=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #227EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227EBF is #DD8140. Grayscale: #696969. Windows color (decimal): -14516545 or 12549666. OLE color: 12549666.

HSL color Cylindrical-coordinate representation of color #227EBF: hue angle of 204.84º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227EBF is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34126191-
CMYK0.820.3400.25
HSL204.84º69.78%44.12%-
HSV(B)204.84º82.2%74.9%-
XYZ17.5219.0252.04-
YUV105.9176.0276.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.69%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 191 (75% from 255) = 54.42%
R=9.69%
G=35.90%
B=54.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341261910.820.3400.25204.8469.7844.12
Hex227EBF5222019cd462c
Octal421762771224203131510654
Binary1000101111110101111111010010100010011001110011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,126,191); }

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

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

 a { background-color: rgb(34,126,191); }

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

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

 span { border-color: rgb(34,126,191); }

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