Html Css Color HEX #2D4059 Catalina Blue

📋 copy color: '#2D4059'

red 45 ◦ green 64 ◦ blue 89

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

Shades of Catalina Blue #2D4059

Tints of Catalina Blue #2D4059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 22.73%
G = 32.32%
B = 44.95%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D4059 (or 0x2D4059) is known color: Catalina Blue. HEX triplet: 2D, 40 and 59. RGB value is (45,64,89). Sum of RGB (Red+Green+Blue) = 45+64+89=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4059 is #D2BFA6. Grayscale: #3D3D3D. Windows color (decimal): -13811623 or 5849133. OLE color: 5849133.

HSL color Cylindrical-coordinate representation of color #2D4059: hue angle of 214.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D4059 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 64 89 -
CMYK 0.49 0.28 0 0.65
HSL 214.09º 0.33% 0.26% -
HSV(B) 214.09º 0.49% 0.35% -
XYZ 4.72 4.95 10.16 -
YUV 61.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 45 64 89 0.49 0.28 0 0.65 214.09 0.33 0.26
Hex 2D 40 59 31 1C 0 41 D6 21 1A
Octal 55 100 131 61 34 0 101 326 41 32
Binary 101101 1000000 1011001 110001 11100 0 1000001 11010110 100001 11010

Color Harmonies of #2D4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4059

Black with #2D4059

Text Example


Text Example

White with #2D4059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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