Html Css Color HEX #227ABA Curious Blue

📋 copy color: '#227ABA'

red 34 ◦ green 122 ◦ blue 186

#227ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #227ABA

Tints of Curious Blue #227ABA

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 value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#227ABA (or 0x227ABA) is known color: 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

RGB 34 122 186 -
CMYK 0.82 0.34 0 0.27
HSL 205.26º 0.69% 0.43% -
HSV(B) 205.26º 0.82% 0.73% -
XYZ 16.48 17.8 49.02 -
YUV 102.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 34 122 186 0.82 0.34 0 0.27 205.26 0.69 0.43
Hex 22 7A BA 52 22 0 1B CD 45 2B
Octal 42 172 272 122 42 0 33 315 105 53
Binary 100010 1111010 10111010 1010010 100010 0 11011 11001101 1000101 101011

Color Harmonies of #227ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227ABA

Black with #227ABA

Text Example


Text Example

White with #227ABA

Text Example


Text Example

HTML Codes & Css Web 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>