Html Css Color HEX #2E425C Catalina Blue

📋 copy color: '#2E425C'

red 46 ◦ green 66 ◦ blue 92

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

Shades of Catalina Blue #2E425C

Tints of Catalina Blue #2E425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 22.55%
G = 32.35%
B = 45.1%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E425C (or 0x2E425C) is known color: Catalina Blue. HEX triplet: 2E, 42 and 5C. RGB value is (46,66,92). Sum of RGB (Red+Green+Blue) = 46+66+92=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E425C is #D1BDA3. Grayscale: #3E3E3E. Windows color (decimal): -13745572 or 6046254. OLE color: 6046254.

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

Color convert

RGB 46 66 92 -
CMYK 0.50 0.28 0 0.64
HSL 213.91º 0.33% 0.27% -
HSV(B) 213.91º 0.5% 0.36% -
XYZ 5.01 5.25 10.87 -
YUV 62.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 46 66 92 0.50 0.28 0 0.64 213.91 0.33 0.27
Hex 2E 42 5C 32 1C 0 40 D6 21 1B
Octal 56 102 134 62 34 0 100 326 41 33
Binary 101110 1000010 1011100 110010 11100 0 1000000 11010110 100001 11011

Color Harmonies of #2E425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E425C

Black with #2E425C

Text Example


Text Example

White with #2E425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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