Html Css Color HEX #1D3256 Catalina Blue

📋 copy color: '#1D3256'

red 29 ◦ green 50 ◦ blue 86

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

Shades of Catalina Blue #1D3256

Tints of Catalina Blue #1D3256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

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

R = 17.58%
G = 30.3%
B = 52.12%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D3256 (or 0x1D3256) is known color: Catalina Blue. HEX triplet: 1D, 32 and 56. RGB value is (29,50,86). Sum of RGB (Red+Green+Blue) = 29+50+86=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3256 is #E2CDA9. Grayscale: #2F2F2F. Windows color (decimal): -14863786 or 5648925. OLE color: 5648925.

HSL color Cylindrical-coordinate representation of color #1D3256: hue angle of 217.89º 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 #1D3256 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 50 86 -
CMYK 0.66 0.42 0 0.66
HSL 217.89º 0.5% 0.23% -
HSV(B) 217.89º 0.66% 0.34% -
XYZ 3.33 3.21 9.25 -
YUV 47.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 29 50 86 0.66 0.42 0 0.66 217.89 0.5 0.23
Hex 1D 32 56 42 2A 0 42 DA 32 17
Octal 35 62 126 102 52 0 102 332 62 27
Binary 11101 110010 1010110 1000010 101010 0 1000010 11011010 110010 10111

Color Harmonies of #1D3256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3256

Black with #1D3256

Text Example


Text Example

White with #1D3256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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