Html Css Color HEX #1D3351 Catalina Blue

📋 copy color: '#1D3351'

red 29 ◦ green 51 ◦ blue 81

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

Shades of Catalina Blue #1D3351

Tints of Catalina Blue #1D3351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

 BLUE value IS 81 (32.03% from 255) = 50.31%

R = 18.01%
G = 31.68%
B = 50.31%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1D3351 (or 0x1D3351) is known color: Catalina Blue. HEX triplet: 1D, 33 and 51. RGB value is (29,51,81). Sum of RGB (Red+Green+Blue) = 29+51+81=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D3351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3351 is #E2CCAE. Grayscale: #2F2F2F. Windows color (decimal): -14863535 or 5321501. OLE color: 5321501.

HSL color Cylindrical-coordinate representation of color #1D3351: hue angle of 214.62º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D3351 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 51 81 -
CMYK 0.64 0.37 0 0.68
HSL 214.62º 0.47% 0.22% -
HSV(B) 214.62º 0.64% 0.32% -
XYZ 3.18 3.22 8.24 -
YUV 47.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 29 51 81 0.64 0.37 0 0.68 214.62 0.47 0.22
Hex 1D 33 51 40 25 0 44 D7 2F 16
Octal 35 63 121 100 45 0 104 327 57 26
Binary 11101 110011 1010001 1000000 100101 0 1000100 11010111 101111 10110

Color Harmonies of #1D3351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3351

Black with #1D3351

Text Example


Text Example

White with #1D3351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,51,81); }

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

background-color css

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

 a { background-color: rgb(29,51,81); }

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

border-color css

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

 span { border-color: rgb(29,51,81); }

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