Html Css Color HEX #2E7DAF Curious Blue

📋 copy color: '#2E7DAF'

red 46 ◦ green 125 ◦ blue 175

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

Shades of Curious Blue #2E7DAF

Tints of Curious Blue #2E7DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 175 (68.75% from 255) = 50.58%

R = 13.29%
G = 36.13%
B = 50.58%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2E7DAF (or 0x2E7DAF) is known color: Curious Blue. HEX triplet: 2E, 7D and AF. RGB value is (46,125,175). Sum of RGB (Red+Green+Blue) = 46+125+175=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E7DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7DAF is #D18250. Grayscale: #6A6A6A. Windows color (decimal): -13730385 or 11500846. OLE color: 11500846.

HSL color Cylindrical-coordinate representation of color #2E7DAF: hue angle of 203.26º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E7DAF is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 125 175 -
CMYK 0.74 0.29 0 0.31
HSL 203.26º 0.58% 0.43% -
HSV(B) 203.26º 0.74% 0.69% -
XYZ 16.2 18.34 43.24 -
YUV 107.08 166.33 84.43 -
System Red Green Blue C M Y K H S L
Decimal 46 125 175 0.74 0.29 0 0.31 203.26 0.58 0.43
Hex 2E 7D AF 4A 1D 0 1F CB 3A 2B
Octal 56 175 257 112 35 0 37 313 72 53
Binary 101110 1111101 10101111 1001010 11101 0 11111 11001011 111010 101011

Color Harmonies of #2E7DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7DAF

Black with #2E7DAF

Text Example


Text Example

White with #2E7DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,175); }

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

background-color css

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

 a { background-color: rgb(46,125,175); }

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

border-color css

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

 span { border-color: rgb(46,125,175); }

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