Html Css Color HEX #227CB4 Curious Blue

📋 copy color: '#227CB4'

red 34 ◦ green 124 ◦ blue 180

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

Shades of Curious Blue #227CB4

Tints of Curious Blue #227CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 53.25%

R = 10.06%
G = 36.69%
B = 53.25%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#227CB4 (or 0x227CB4) is known color: Curious Blue. HEX triplet: 22, 7C and B4. RGB value is (34,124,180). Sum of RGB (Red+Green+Blue) = 34+124+180=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #227CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CB4 is #DD834B. Grayscale: #676767. Windows color (decimal): -14517068 or 11828258. OLE color: 11828258.

HSL color Cylindrical-coordinate representation of color #227CB4: hue angle of 203.01º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #227CB4 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 124 180 -
CMYK 0.81 0.31 0 0.29
HSL 203.01º 0.68% 0.42% -
HSV(B) 203.01º 0.81% 0.71% -
XYZ 16.11 18.05 45.82 -
YUV 103.47 171.18 78.45 -
System Red Green Blue C M Y K H S L
Decimal 34 124 180 0.81 0.31 0 0.29 203.01 0.68 0.42
Hex 22 7C B4 51 1F 0 1D CB 44 2A
Octal 42 174 264 121 37 0 35 313 104 52
Binary 100010 1111100 10110100 1010001 11111 0 11101 11001011 1000100 101010

Color Harmonies of #227CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227CB4

Black with #227CB4

Text Example


Text Example

White with #227CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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