#227DBF

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

Shades of Curious Blue #227DBF

Tints of Curious Blue #227DBF

Color information

#227DBF (or 0x227DBF) is unknown color: approx Curious Blue. HEX triplet: 22, 7D and BF. RGB value is (34,125,191). Sum of RGB (Red+Green+Blue) = 34+125+191=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #227DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DBF is #DD8240. Grayscale: #686868. Windows color (decimal): -14516801 or 12549410. OLE color: 12549410.

HSL color Cylindrical-coordinate representation of color #227DBF: hue angle of 205.22º 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 #227DBF is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34125191-
CMYK0.820.3500.25
HSL205.22º69.78%44.12%-
HSV(B)205.22º82.2%74.9%-
XYZ17.418.7752-
YUV105.32176.3577.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.71%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 191 (75% from 255) = 54.57%
R=9.71%
G=35.71%
B=54.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341251910.820.3500.25205.2269.7844.12
Hex227DBF5223019cd462c
Octal421752771224303131510654
Binary1000101111101101111111010010100011011001110011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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