Html Css Color HEX #1D3458 Catalina Blue

📋 copy color: '#1D3458'

red 29 ◦ green 52 ◦ blue 88

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

Shades of Catalina Blue #1D3458

Tints of Catalina Blue #1D3458

RGB

 RED value IS 29 (11.72% from 255) = 17.16%

 GREEN value IS 52 (20.7% from 255) = 30.77%

 BLUE value IS 88 (34.77% from 255) = 52.07%

R = 17.16%
G = 30.77%
B = 52.07%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D3458 (or 0x1D3458) is known color: Catalina Blue. HEX triplet: 1D, 34 and 58. RGB value is (29,52,88). Sum of RGB (Red+Green+Blue) = 29+52+88=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3458 is #E2CBA7. Grayscale: #313131. Windows color (decimal): -14863272 or 5780509. OLE color: 5780509.

HSL color Cylindrical-coordinate representation of color #1D3458: hue angle of 216.61º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3458 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 52 88 -
CMYK 0.67 0.41 0 0.65
HSL 216.61º 0.5% 0.23% -
HSV(B) 216.61º 0.67% 0.35% -
XYZ 3.5 3.42 9.71 -
YUV 49.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 29 52 88 0.67 0.41 0 0.65 216.61 0.5 0.23
Hex 1D 34 58 43 29 0 41 D9 32 17
Octal 35 64 130 103 51 0 101 331 62 27
Binary 11101 110100 1011000 1000011 101001 0 1000001 11011001 110010 10111

Color Harmonies of #1D3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3458

Black with #1D3458

Text Example


Text Example

White with #1D3458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D3458; }

 p { color: rgb(29,52,88); }

 H1.HeaderClassName
 {
   color: #1D3458;
 }
 .AnyTagClassName
 {
   color: #1D3458;
 }
</style>

background-color css

<style>
 a { background-color: #1D3458; }

 a { background-color: rgb(29,52,88); }

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

border-color css

<style>
 span { border-color: #1D3458; }

 span { border-color: rgb(29,52,88); }

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