Html Css Color HEX #2E425B Catalina Blue

📋 copy color: '#2E425B'

red 46 ◦ green 66 ◦ blue 91

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

Shades of Catalina Blue #2E425B

Tints of Catalina Blue #2E425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 22.66%
G = 32.51%
B = 44.83%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E425B (or 0x2E425B) is known color: Catalina Blue. HEX triplet: 2E, 42 and 5B. RGB value is (46,66,91). Sum of RGB (Red+Green+Blue) = 46+66+91=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E425B is #D1BDA4. Grayscale: #3E3E3E. Windows color (decimal): -13745573 or 5980718. OLE color: 5980718.

HSL color Cylindrical-coordinate representation of color #2E425B: hue angle of 213.33º 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 #2E425B is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 66 91 -
CMYK 0.49 0.27 0 0.64
HSL 213.33º 0.33% 0.27% -
HSV(B) 213.33º 0.49% 0.36% -
XYZ 4.96 5.23 10.65 -
YUV 62.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 46 66 91 0.49 0.27 0 0.64 213.33 0.33 0.27
Hex 2E 42 5B 31 1B 0 40 D5 21 1B
Octal 56 102 133 61 33 0 100 325 41 33
Binary 101110 1000010 1011011 110001 11011 0 1000000 11010101 100001 11011

Color Harmonies of #2E425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E425B

Black with #2E425B

Text Example


Text Example

White with #2E425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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