Html Css Color HEX #1D3655 Catalina Blue

📋 copy color: '#1D3655'

red 29 ◦ green 54 ◦ blue 85

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

Shades of Catalina Blue #1D3655

Tints of Catalina Blue #1D3655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

 BLUE value IS 85 (33.59% from 255) = 50.6%

R = 17.26%
G = 32.14%
B = 50.6%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1D3655 (or 0x1D3655) is known color: Catalina Blue. HEX triplet: 1D, 36 and 55. RGB value is (29,54,85). Sum of RGB (Red+Green+Blue) = 29+54+85=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D3655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3655 is #E2C9AA. Grayscale: #313131. Windows color (decimal): -14862763 or 5584413. OLE color: 5584413.

HSL color Cylindrical-coordinate representation of color #1D3655: hue angle of 213.21º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3655 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 54 85 -
CMYK 0.66 0.36 0 0.67
HSL 213.21º 0.49% 0.22% -
HSV(B) 213.21º 0.66% 0.33% -
XYZ 3.47 3.56 9.1 -
YUV 50.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 29 54 85 0.66 0.36 0 0.67 213.21 0.49 0.22
Hex 1D 36 55 42 24 0 43 D5 31 16
Octal 35 66 125 102 44 0 103 325 61 26
Binary 11101 110110 1010101 1000010 100100 0 1000011 11010101 110001 10110

Color Harmonies of #1D3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3655

Black with #1D3655

Text Example


Text Example

White with #1D3655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,54,85); }

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

background-color css

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

 a { background-color: rgb(29,54,85); }

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

border-color css

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

 span { border-color: rgb(29,54,85); }

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