Html Css Color HEX #2E4460 Catalina Blue

📋 copy color: '#2E4460'

red 46 ◦ green 68 ◦ blue 96

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

Shades of Catalina Blue #2E4460

Tints of Catalina Blue #2E4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 21.9%
G = 32.38%
B = 45.71%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E4460 (or 0x2E4460) is known color: Catalina Blue. HEX triplet: 2E, 44 and 60. RGB value is (46,68,96). Sum of RGB (Red+Green+Blue) = 46+68+96=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4460 is #D1BB9F. Grayscale: #404040. Windows color (decimal): -13745056 or 6308910. OLE color: 6308910.

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

Color convert

RGB 46 68 96 -
CMYK 0.52 0.29 0 0.62
HSL 213.6º 0.35% 0.28% -
HSV(B) 213.6º 0.52% 0.38% -
XYZ 5.31 5.56 11.86 -
YUV 64.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 46 68 96 0.52 0.29 0 0.62 213.6 0.35 0.28
Hex 2E 44 60 34 1D 0 3E D6 23 1C
Octal 56 104 140 64 35 0 76 326 43 34
Binary 101110 1000100 1100000 110100 11101 0 111110 11010110 100011 11100

Color Harmonies of #2E4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4460

Black with #2E4460

Text Example


Text Example

White with #2E4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,68,96); }

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

background-color css

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

 a { background-color: rgb(46,68,96); }

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

border-color css

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

 span { border-color: rgb(46,68,96); }

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