Html Css Color HEX #227CC0 Curious Blue

📋 copy color: '#227CC0'

red 34 ◦ green 124 ◦ blue 192

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

Shades of Curious Blue #227CC0

Tints of Curious Blue #227CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 192 (75.39% from 255) = 54.86%

R = 9.71%
G = 35.43%
B = 54.86%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#227CC0 (or 0x227CC0) is known color: Curious Blue. HEX triplet: 22, 7C and C0. RGB value is (34,124,192). Sum of RGB (Red+Green+Blue) = 34+124+192=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #227CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CC0 is #DD833F. Grayscale: #686868. Windows color (decimal): -14517056 or 12614690. OLE color: 12614690.

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

Color convert

RGB 34 124 192 -
CMYK 0.82 0.35 0 0.25
HSL 205.82º 0.7% 0.44% -
HSV(B) 205.82º 0.82% 0.75% -
XYZ 17.38 18.56 52.54 -
YUV 104.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 34 124 192 0.82 0.35 0 0.25 205.82 0.7 0.44
Hex 22 7C C0 52 23 0 19 CE 46 2C
Octal 42 174 300 122 43 0 31 316 106 54
Binary 100010 1111100 11000000 1010010 100011 0 11001 11001110 1000110 101100

Color Harmonies of #227CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227CC0

Black with #227CC0

Text Example


Text Example

White with #227CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,124,192); }

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

background-color css

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

 a { background-color: rgb(34,124,192); }

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

border-color css

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

 span { border-color: rgb(34,124,192); }

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