Html Css Color HEX #2E405F Catalina Blue

📋 copy color: '#2E405F'

red 46 ◦ green 64 ◦ blue 95

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

Shades of Catalina Blue #2E405F

Tints of Catalina Blue #2E405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 22.44%
G = 31.22%
B = 46.34%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E405F (or 0x2E405F) is known color: Catalina Blue. HEX triplet: 2E, 40 and 5F. RGB value is (46,64,95). Sum of RGB (Red+Green+Blue) = 46+64+95=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E405F is #D1BFA0. Grayscale: #3E3E3E. Windows color (decimal): -13746081 or 6242350. OLE color: 6242350.

HSL color Cylindrical-coordinate representation of color #2E405F: hue angle of 217.96º 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 #2E405F is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 64 95 -
CMYK 0.52 0.33 0 0.63
HSL 217.96º 0.35% 0.28% -
HSV(B) 217.96º 0.52% 0.37% -
XYZ 5.03 5.07 11.54 -
YUV 62.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 46 64 95 0.52 0.33 0 0.63 217.96 0.35 0.28
Hex 2E 40 5F 34 21 0 3F DA 23 1C
Octal 56 100 137 64 41 0 77 332 43 34
Binary 101110 1000000 1011111 110100 100001 0 111111 11011010 100011 11100

Color Harmonies of #2E405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E405F

Black with #2E405F

Text Example


Text Example

White with #2E405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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