Html Css Color HEX #1C3555 Catalina Blue

📋 copy color: '#1C3555'

red 28 ◦ green 53 ◦ blue 85

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

Shades of Catalina Blue #1C3555

Tints of Catalina Blue #1C3555

RGB

 RED value IS 28 (11.33% from 255) = 16.87%

 GREEN value IS 53 (21.09% from 255) = 31.93%

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

R = 16.87%
G = 31.93%
B = 51.2%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C3555 (or 0x1C3555) is known color: Catalina Blue. HEX triplet: 1C, 35 and 55. RGB value is (28,53,85). Sum of RGB (Red+Green+Blue) = 28+53+85=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3555 is #E3CAAA. Grayscale: #313131. Windows color (decimal): -14928555 or 5584156. OLE color: 5584156.

HSL color Cylindrical-coordinate representation of color #1C3555: hue angle of 213.68º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3555 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 53 85 -
CMYK 0.67 0.38 0 0.67
HSL 213.68º 0.5% 0.22% -
HSV(B) 213.68º 0.67% 0.33% -
XYZ 3.39 3.45 9.08 -
YUV 49.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 28 53 85 0.67 0.38 0 0.67 213.68 0.5 0.22
Hex 1C 35 55 43 26 0 43 D6 32 16
Octal 34 65 125 103 46 0 103 326 62 26
Binary 11100 110101 1010101 1000011 100110 0 1000011 11010110 110010 10110

Color Harmonies of #1C3555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3555

Black with #1C3555

Text Example


Text Example

White with #1C3555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,85); }

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

background-color css

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

 a { background-color: rgb(28,53,85); }

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

border-color css

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

 span { border-color: rgb(28,53,85); }

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