#227ABD

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

Shades of Curious Blue #227ABD

Tints of Curious Blue #227ABD

Color information

#227ABD (or 0x227ABD) is unknown color: approx Curious Blue. HEX triplet: 22, 7A and BD. RGB value is (34,122,189). Sum of RGB (Red+Green+Blue) = 34+122+189=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #227ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ABD is #DD8542. Grayscale: #666666. Windows color (decimal): -14517571 or 12417570. OLE color: 12417570.

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

Color convert

RGB34122189-
CMYK0.820.3500.26
HSL205.94º69.51%43.73%-
HSV(B)205.94º82.01%74.12%-
XYZ16.817.9350.72-
YUV103.33176.3578.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.86%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 189 (74.22% from 255) = 54.78%
R=9.86%
G=35.36%
B=54.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal341221890.820.3500.26205.9469.5143.73
Hex227ABD522301Ace462c
Octal421722751224303231610654
Binary1000101111010101111011010010100011011010110011101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,122,189); }

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

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

 a { background-color: rgb(34,122,189); }

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

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

 span { border-color: rgb(34,122,189); }

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