Html Css Color HEX #2E4662 Catalina Blue

📋 copy color: '#2E4662'

red 46 ◦ green 70 ◦ blue 98

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

Shades of Catalina Blue #2E4662

Tints of Catalina Blue #2E4662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 21.5%
G = 32.71%
B = 45.79%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E4662 (or 0x2E4662) is known color: Catalina Blue. HEX triplet: 2E, 46 and 62. RGB value is (46,70,98). Sum of RGB (Red+Green+Blue) = 46+70+98=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E4662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4662 is #D1B99D. Grayscale: #414141. Windows color (decimal): -13744542 or 6440494. OLE color: 6440494.

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

Color convert

RGB 46 70 98 -
CMYK 0.53 0.29 0 0.62
HSL 212.31º 0.36% 0.28% -
HSV(B) 212.31º 0.53% 0.38% -
XYZ 5.52 5.84 12.39 -
YUV 66.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 46 70 98 0.53 0.29 0 0.62 212.31 0.36 0.28
Hex 2E 46 62 35 1D 0 3E D4 24 1C
Octal 56 106 142 65 35 0 76 324 44 34
Binary 101110 1000110 1100010 110101 11101 0 111110 11010100 100100 11100

Color Harmonies of #2E4662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4662

Black with #2E4662

Text Example


Text Example

White with #2E4662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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