Html Css Color HEX #2E536F Chathams Blue

📋 copy color: '#2E536F'

red 46 ◦ green 83 ◦ blue 111

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

Shades of Chathams Blue #2E536F

Tints of Chathams Blue #2E536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 19.17%
G = 34.58%
B = 46.25%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E536F (or 0x2E536F) is known color: Chathams Blue. HEX triplet: 2E, 53 and 6F. RGB value is (46,83,111). Sum of RGB (Red+Green+Blue) = 46+83+111=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #2E536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E536F is #D1AC90. Grayscale: #4A4A4A. Windows color (decimal): -13741201 or 7295790. OLE color: 7295790.

HSL color Cylindrical-coordinate representation of color #2E536F: hue angle of 205.85º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E536F is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 83 111 -
CMYK 0.59 0.25 0 0.56
HSL 205.85º 0.41% 0.31% -
HSV(B) 205.85º 0.59% 0.44% -
XYZ 7.09 7.92 16.19 -
YUV 75.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 46 83 111 0.59 0.25 0 0.56 205.85 0.41 0.31
Hex 2E 53 6F 3B 19 0 38 CE 29 1F
Octal 56 123 157 73 31 0 70 316 51 37
Binary 101110 1010011 1101111 111011 11001 0 111000 11001110 101001 11111

Color Harmonies of #2E536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E536F

Black with #2E536F

Text Example


Text Example

White with #2E536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,111); }

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

background-color css

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

 a { background-color: rgb(46,83,111); }

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

border-color css

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

 span { border-color: rgb(46,83,111); }

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