Html Css Color HEX #1D3468 Catalina Blue

📋 copy color: '#1D3468'

red 29 ◦ green 52 ◦ blue 104

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

Shades of Catalina Blue #1D3468

Tints of Catalina Blue #1D3468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 15.68%
G = 28.11%
B = 56.22%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1D3468 (or 0x1D3468) is known color: Catalina Blue. HEX triplet: 1D, 34 and 68. RGB value is (29,52,104). Sum of RGB (Red+Green+Blue) = 29+52+104=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D3468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3468 is #E2CB97. Grayscale: #323232. Windows color (decimal): -14863256 or 6829085. OLE color: 6829085.

HSL color Cylindrical-coordinate representation of color #1D3468: hue angle of 221.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3468 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 29 52 104 -
CMYK 0.72 0.50 0 0.59
HSL 221.6º 0.56% 0.26% -
HSV(B) 221.6º 0.72% 0.41% -
XYZ 4.23 3.72 13.59 -
YUV 51.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 29 52 104 0.72 0.50 0 0.59 221.6 0.56 0.26
Hex 1D 34 68 48 32 0 3B DE 38 1A
Octal 35 64 150 110 62 0 73 336 70 32
Binary 11101 110100 1101000 1001000 110010 0 111011 11011110 111000 11010

Color Harmonies of #1D3468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3468

Black with #1D3468

Text Example


Text Example

White with #1D3468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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