Html Css Color HEX #2E415B Catalina Blue

📋 copy color: '#2E415B'

red 46 ◦ green 65 ◦ blue 91

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

Shades of Catalina Blue #2E415B

Tints of Catalina Blue #2E415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 22.77%
G = 32.18%
B = 45.05%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E415B (or 0x2E415B) is known color: Catalina Blue. HEX triplet: 2E, 41 and 5B. RGB value is (46,65,91). Sum of RGB (Red+Green+Blue) = 46+65+91=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E415B is #D1BEA4. Grayscale: #3E3E3E. Windows color (decimal): -13745829 or 5980462. OLE color: 5980462.

HSL color Cylindrical-coordinate representation of color #2E415B: hue angle of 214.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E415B is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 65 91 -
CMYK 0.49 0.29 0 0.64
HSL 214.67º 0.33% 0.27% -
HSV(B) 214.67º 0.49% 0.36% -
XYZ 4.91 5.12 10.63 -
YUV 62.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 46 65 91 0.49 0.29 0 0.64 214.67 0.33 0.27
Hex 2E 41 5B 31 1D 0 40 D7 21 1B
Octal 56 101 133 61 35 0 100 327 41 33
Binary 101110 1000001 1011011 110001 11101 0 1000000 11010111 100001 11011

Color Harmonies of #2E415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E415B

Black with #2E415B

Text Example


Text Example

White with #2E415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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