Html Css Color HEX #1D3255 Catalina Blue

📋 copy color: '#1D3255'

red 29 ◦ green 50 ◦ blue 85

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

Shades of Catalina Blue #1D3255

Tints of Catalina Blue #1D3255

RGB

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

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

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

R = 17.68%
G = 30.49%
B = 51.83%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1D3255 (or 0x1D3255) is known color: Catalina Blue. HEX triplet: 1D, 32 and 55. RGB value is (29,50,85). Sum of RGB (Red+Green+Blue) = 29+50+85=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3255 is #E2CDAA. Grayscale: #2F2F2F. Windows color (decimal): -14863787 or 5583389. OLE color: 5583389.

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

Color convert

RGB 29 50 85 -
CMYK 0.66 0.41 0 0.67
HSL 217.5º 0.49% 0.22% -
HSV(B) 217.5º 0.66% 0.33% -
XYZ 3.29 3.2 9.04 -
YUV 47.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 29 50 85 0.66 0.41 0 0.67 217.5 0.49 0.22
Hex 1D 32 55 42 29 0 43 DA 31 16
Octal 35 62 125 102 51 0 103 332 61 26
Binary 11101 110010 1010101 1000010 101001 0 1000011 11011010 110001 10110

Color Harmonies of #1D3255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3255

Black with #1D3255

Text Example


Text Example

White with #1D3255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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