Html Css Color HEX #2E465F Catalina Blue

📋 copy color: '#2E465F'

red 46 ◦ green 70 ◦ blue 95

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

Shades of Catalina Blue #2E465F

Tints of Catalina Blue #2E465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 21.8%
G = 33.18%
B = 45.02%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E465F (or 0x2E465F) is known color: Catalina Blue. HEX triplet: 2E, 46 and 5F. RGB value is (46,70,95). Sum of RGB (Red+Green+Blue) = 46+70+95=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E465F is #D1B9A0. Grayscale: #414141. Windows color (decimal): -13744545 or 6243886. OLE color: 6243886.

HSL color Cylindrical-coordinate representation of color #2E465F: hue angle of 210.61º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E465F is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 70 95 -
CMYK 0.52 0.26 0 0.63
HSL 210.61º 0.35% 0.28% -
HSV(B) 210.61º 0.52% 0.37% -
XYZ 5.38 5.79 11.66 -
YUV 65.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 46 70 95 0.52 0.26 0 0.63 210.61 0.35 0.28
Hex 2E 46 5F 34 1A 0 3F D3 23 1C
Octal 56 106 137 64 32 0 77 323 43 34
Binary 101110 1000110 1011111 110100 11010 0 111111 11010011 100011 11100

Color Harmonies of #2E465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E465F

Black with #2E465F

Text Example


Text Example

White with #2E465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,95); }

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

background-color css

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

 a { background-color: rgb(46,70,95); }

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

border-color css

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

 span { border-color: rgb(46,70,95); }

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