Html Css Color HEX #2E77CB Curious Blue

📋 copy color: '#2E77CB'

red 46 ◦ green 119 ◦ blue 203

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

Shades of Curious Blue #2E77CB

Tints of Curious Blue #2E77CB

RGB

 RED value IS 46 (18.36% from 255) = 12.5%

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 203 (79.69% from 255) = 55.16%

R = 12.5%
G = 32.34%
B = 55.16%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E77CB (or 0x2E77CB) is known color: Curious Blue. HEX triplet: 2E, 77 and CB. RGB value is (46,119,203). Sum of RGB (Red+Green+Blue) = 46+119+203=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E77CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77CB is #D18834. Grayscale: #6A6A6A. Windows color (decimal): -13731893 or 13334318. OLE color: 13334318.

HSL color Cylindrical-coordinate representation of color #2E77CB: hue angle of 212.1º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E77CB is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 119 203 -
CMYK 0.77 0.41 0 0.20
HSL 212.1º 0.63% 0.49% -
HSV(B) 212.1º 0.77% 0.8% -
XYZ 18.5 18.09 59.02 -
YUV 106.75 182.32 84.67 -
System Red Green Blue C M Y K H S L
Decimal 46 119 203 0.77 0.41 0 0.20 212.1 0.63 0.49
Hex 2E 77 CB 4D 29 0 14 D4 3F 31
Octal 56 167 313 115 51 0 24 324 77 61
Binary 101110 1110111 11001011 1001101 101001 0 10100 11010100 111111 110001

Color Harmonies of #2E77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E77CB

Black with #2E77CB

Text Example


Text Example

White with #2E77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E77CB; }

 p { color: rgb(46,119,203); }

 H1.HeaderClassName
 {
   color: #2E77CB;
 }
 .AnyTagClassName
 {
   color: #2E77CB;
 }
</style>

background-color css

<style>
 a { background-color: #2E77CB; }

 a { background-color: rgb(46,119,203); }

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

border-color css

<style>
 span { border-color: #2E77CB; }

 span { border-color: rgb(46,119,203); }

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