Html Css Color HEX #227ABB Curious Blue

📋 copy color: '#227ABB'

red 34 ◦ green 122 ◦ blue 187

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

Shades of Curious Blue #227ABB

Tints of Curious Blue #227ABB

RGB

 RED value IS 34 (13.67% from 255) = 9.91%

 GREEN value IS 122 (48.05% from 255) = 35.57%

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 9.91%
G = 35.57%
B = 54.52%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#227ABB (or 0x227ABB) is known color: Curious Blue. HEX triplet: 22, 7A and BB. RGB value is (34,122,187). Sum of RGB (Red+Green+Blue) = 34+122+187=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #227ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ABB is #DD8544. Grayscale: #666666. Windows color (decimal): -14517573 or 12286498. OLE color: 12286498.

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

Color convert

RGB 34 122 187 -
CMYK 0.82 0.35 0 0.27
HSL 205.49º 0.69% 0.43% -
HSV(B) 205.49º 0.82% 0.73% -
XYZ 16.59 17.85 49.58 -
YUV 103.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 34 122 187 0.82 0.35 0 0.27 205.49 0.69 0.43
Hex 22 7A BB 52 23 0 1B CD 45 2B
Octal 42 172 273 122 43 0 33 315 105 53
Binary 100010 1111010 10111011 1010010 100011 0 11011 11001101 1000101 101011

Color Harmonies of #227ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227ABB

Black with #227ABB

Text Example


Text Example

White with #227ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #227ABB;
 }
 .AnyTagClassName
 {
   color: #227ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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