Html Css Color HEX #227EC1 Curious Blue

📋 copy color: '#227EC1'

red 34 ◦ green 126 ◦ blue 193

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

Shades of Curious Blue #227EC1

Tints of Curious Blue #227EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.67%

R = 9.63%
G = 35.69%
B = 54.67%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#227EC1 (or 0x227EC1) is known color: Curious Blue. HEX triplet: 22, 7E and C1. RGB value is (34,126,193). Sum of RGB (Red+Green+Blue) = 34+126+193=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #227EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227EC1 is #DD813E. Grayscale: #696969. Windows color (decimal): -14516543 or 12680738. OLE color: 12680738.

HSL color Cylindrical-coordinate representation of color #227EC1: hue angle of 205.28º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227EC1 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 126 193 -
CMYK 0.82 0.35 0 0.24
HSL 205.28º 0.7% 0.45% -
HSV(B) 205.28º 0.82% 0.76% -
XYZ 17.75 19.11 53.21 -
YUV 106.13 177.02 76.55 -
System Red Green Blue C M Y K H S L
Decimal 34 126 193 0.82 0.35 0 0.24 205.28 0.7 0.45
Hex 22 7E C1 52 23 0 18 CD 46 2D
Octal 42 176 301 122 43 0 30 315 106 55
Binary 100010 1111110 11000001 1010010 100011 0 11000 11001101 1000110 101101

Color Harmonies of #227EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EC1

Black with #227EC1

Text Example


Text Example

White with #227EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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