Html Css Color HEX #227EBC Curious Blue

📋 copy color: '#227EBC'

red 34 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #227EBC

Tints of Curious Blue #227EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 9.77%
G = 36.21%
B = 54.02%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#227EBC (or 0x227EBC) is known color: Curious Blue. HEX triplet: 22, 7E and BC. RGB value is (34,126,188). Sum of RGB (Red+Green+Blue) = 34+126+188=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #227EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227EBC is #DD8143. Grayscale: #696969. Windows color (decimal): -14516548 or 12353058. OLE color: 12353058.

HSL color Cylindrical-coordinate representation of color #227EBC: hue angle of 204.16º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227EBC is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 126 188 -
CMYK 0.82 0.33 0 0.26
HSL 204.16º 0.69% 0.44% -
HSV(B) 204.16º 0.82% 0.74% -
XYZ 17.2 18.89 50.32 -
YUV 105.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 34 126 188 0.82 0.33 0 0.26 204.16 0.69 0.44
Hex 22 7E BC 52 21 0 1A CC 45 2C
Octal 42 176 274 122 41 0 32 314 105 54
Binary 100010 1111110 10111100 1010010 100001 0 11010 11001100 1000101 101100

Color Harmonies of #227EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EBC

Black with #227EBC

Text Example


Text Example

White with #227EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,126,188); }

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

background-color css

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

 a { background-color: rgb(34,126,188); }

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

border-color css

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

 span { border-color: rgb(34,126,188); }

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