Html Css Color HEX #2E75CB Curious Blue

📋 copy color: '#2E75CB'

red 46 ◦ green 117 ◦ blue 203

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

Shades of Curious Blue #2E75CB

Tints of Curious Blue #2E75CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

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

R = 12.57%
G = 31.97%
B = 55.46%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E75CB (or 0x2E75CB) is known color: Curious Blue. HEX triplet: 2E, 75 and CB. RGB value is (46,117,203). Sum of RGB (Red+Green+Blue) = 46+117+203=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E75CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E75CB is #D18A34. Grayscale: #696969. Windows color (decimal): -13732405 or 13333806. OLE color: 13333806.

HSL color Cylindrical-coordinate representation of color #2E75CB: hue angle of 212.87º 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 #2E75CB is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 117 203 -
CMYK 0.77 0.42 0 0.20
HSL 212.87º 0.63% 0.49% -
HSV(B) 212.87º 0.77% 0.8% -
XYZ 18.27 17.62 58.94 -
YUV 105.58 182.98 85.51 -
System Red Green Blue C M Y K H S L
Decimal 46 117 203 0.77 0.42 0 0.20 212.87 0.63 0.49
Hex 2E 75 CB 4D 2A 0 14 D5 3F 31
Octal 56 165 313 115 52 0 24 325 77 61
Binary 101110 1110101 11001011 1001101 101010 0 10100 11010101 111111 110001

Color Harmonies of #2E75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E75CB

Black with #2E75CB

Text Example


Text Example

White with #2E75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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