Html Css Color HEX #1D385C Catalina Blue

📋 copy color: '#1D385C'

red 29 ◦ green 56 ◦ blue 92

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

Shades of Catalina Blue #1D385C

Tints of Catalina Blue #1D385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

 BLUE value IS 92 (36.33% from 255) = 51.98%

R = 16.38%
G = 31.64%
B = 51.98%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D385C (or 0x1D385C) is known color: Catalina Blue. HEX triplet: 1D, 38 and 5C. RGB value is (29,56,92). Sum of RGB (Red+Green+Blue) = 29+56+92=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D385C is #E2C7A3. Grayscale: #333333. Windows color (decimal): -14862244 or 6043677. OLE color: 6043677.

HSL color Cylindrical-coordinate representation of color #1D385C: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D385C is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 56 92 -
CMYK 0.68 0.39 0 0.64
HSL 214.29º 0.52% 0.24% -
HSV(B) 214.29º 0.68% 0.36% -
XYZ 3.85 3.86 10.67 -
YUV 52.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 29 56 92 0.68 0.39 0 0.64 214.29 0.52 0.24
Hex 1D 38 5C 44 27 0 40 D6 34 18
Octal 35 70 134 104 47 0 100 326 64 30
Binary 11101 111000 1011100 1000100 100111 0 1000000 11010110 110100 11000

Color Harmonies of #1D385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D385C

Black with #1D385C

Text Example


Text Example

White with #1D385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,56,92); }

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

background-color css

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

 a { background-color: rgb(29,56,92); }

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

border-color css

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

 span { border-color: rgb(29,56,92); }

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