Html Css Color HEX #1D3456 Catalina Blue

📋 copy color: '#1D3456'

red 29 ◦ green 52 ◦ blue 86

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

Shades of Catalina Blue #1D3456

Tints of Catalina Blue #1D3456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 51.5%

R = 17.37%
G = 31.14%
B = 51.5%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D3456 (or 0x1D3456) is known color: Catalina Blue. HEX triplet: 1D, 34 and 56. RGB value is (29,52,86). Sum of RGB (Red+Green+Blue) = 29+52+86=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3456 is #E2CBA9. Grayscale: #303030. Windows color (decimal): -14863274 or 5649437. OLE color: 5649437.

HSL color Cylindrical-coordinate representation of color #1D3456: hue angle of 215.79º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3456 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 52 86 -
CMYK 0.66 0.40 0 0.66
HSL 215.79º 0.5% 0.23% -
HSV(B) 215.79º 0.66% 0.34% -
XYZ 3.41 3.39 9.28 -
YUV 49 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 29 52 86 0.66 0.40 0 0.66 215.79 0.5 0.23
Hex 1D 34 56 42 28 0 42 D8 32 17
Octal 35 64 126 102 50 0 102 330 62 27
Binary 11101 110100 1010110 1000010 101000 0 1000010 11011000 110010 10111

Color Harmonies of #1D3456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3456

Black with #1D3456

Text Example


Text Example

White with #1D3456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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