Html Css Color HEX #2E415F Catalina Blue

📋 copy color: '#2E415F'

red 46 ◦ green 65 ◦ blue 95

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

Shades of Catalina Blue #2E415F

Tints of Catalina Blue #2E415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 22.33%
G = 31.55%
B = 46.12%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E415F (or 0x2E415F) is known color: Catalina Blue. HEX triplet: 2E, 41 and 5F. RGB value is (46,65,95). Sum of RGB (Red+Green+Blue) = 46+65+95=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E415F is #D1BEA0. Grayscale: #3E3E3E. Windows color (decimal): -13745825 or 6242606. OLE color: 6242606.

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

Color convert

RGB 46 65 95 -
CMYK 0.52 0.32 0 0.63
HSL 216.73º 0.35% 0.28% -
HSV(B) 216.73º 0.52% 0.37% -
XYZ 5.08 5.19 11.56 -
YUV 62.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 46 65 95 0.52 0.32 0 0.63 216.73 0.35 0.28
Hex 2E 41 5F 34 20 0 3F D9 23 1C
Octal 56 101 137 64 40 0 77 331 43 34
Binary 101110 1000001 1011111 110100 100000 0 111111 11011001 100011 11100

Color Harmonies of #2E415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E415F

Black with #2E415F

Text Example


Text Example

White with #2E415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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