Html Css Color HEX #227BC0 Curious Blue

📋 copy color: '#227BC0'

red 34 ◦ green 123 ◦ blue 192

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

Shades of Curious Blue #227BC0

Tints of Curious Blue #227BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

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

R = 9.74%
G = 35.24%
B = 55.01%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#227BC0 (or 0x227BC0) is known color: Curious Blue. HEX triplet: 22, 7B and C0. RGB value is (34,123,192). Sum of RGB (Red+Green+Blue) = 34+123+192=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #227BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BC0 is #DD843F. Grayscale: #676767. Windows color (decimal): -14517312 or 12614434. OLE color: 12614434.

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

Color convert

RGB 34 123 192 -
CMYK 0.82 0.36 0 0.25
HSL 206.2º 0.7% 0.44% -
HSV(B) 206.2º 0.82% 0.75% -
XYZ 17.26 18.31 52.49 -
YUV 104.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 34 123 192 0.82 0.36 0 0.25 206.2 0.7 0.44
Hex 22 7B C0 52 24 0 19 CE 46 2C
Octal 42 173 300 122 44 0 31 316 106 54
Binary 100010 1111011 11000000 1010010 100100 0 11001 11001110 1000110 101100

Color Harmonies of #227BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227BC0

Black with #227BC0

Text Example


Text Example

White with #227BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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