Html Css Color HEX #2D405E Catalina Blue

📋 copy color: '#2D405E'

red 45 ◦ green 64 ◦ blue 94

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

Shades of Catalina Blue #2D405E

Tints of Catalina Blue #2D405E

RGB

 RED value IS 45 (17.97% from 255) = 22.17%

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

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 22.17%
G = 31.53%
B = 46.31%

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

#2D405E (or 0x2D405E) is known color: Catalina Blue. HEX triplet: 2D, 40 and 5E. RGB value is (45,64,94). Sum of RGB (Red+Green+Blue) = 45+64+94=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D405E is #D2BFA1. Grayscale: #3D3D3D. Windows color (decimal): -13811618 or 6176813. OLE color: 6176813.

HSL color Cylindrical-coordinate representation of color #2D405E: hue angle of 216.73º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D405E is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 64 94 -
CMYK 0.52 0.32 0 0.63
HSL 216.73º 0.35% 0.27% -
HSV(B) 216.73º 0.52% 0.37% -
XYZ 4.94 5.03 11.3 -
YUV 61.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 45 64 94 0.52 0.32 0 0.63 216.73 0.35 0.27
Hex 2D 40 5E 34 20 0 3F D9 23 1B
Octal 55 100 136 64 40 0 77 331 43 33
Binary 101101 1000000 1011110 110100 100000 0 111111 11011001 100011 11011

Color Harmonies of #2D405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D405E

Black with #2D405E

Text Example


Text Example

White with #2D405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,64,94); }

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

background-color css

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

 a { background-color: rgb(45,64,94); }

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

border-color css

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

 span { border-color: rgb(45,64,94); }

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