#227ABA

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

Shades of Curious Blue #227ABA

Tints of Curious Blue #227ABA

Color information

#227ABA (or 0x227ABA) is unknown color: approx Curious Blue. HEX triplet: 22, 7A and BA. RGB value is (34,122,186). Sum of RGB (Red+Green+Blue) = 34+122+186=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #227ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ABA is #DD8545. Grayscale: #666666. Windows color (decimal): -14517574 or 12220962. OLE color: 12220962.

HSL color Cylindrical-coordinate representation of color #227ABA: hue angle of 205.26º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227ABA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB34122186-
CMYK0.820.3400.27
HSL205.26º69.09%43.14%-
HSV(B)205.26º81.72%72.94%-
XYZ16.4817.849.02-
YUV102.98174.8578.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.94%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=9.94%
G=35.67%
B=54.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341221860.820.3400.27205.2669.0943.14
Hex227ABA522201Bcd452b
Octal421722721224203331510553
Binary1000101111010101110101010010100010011011110011011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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