Html Css Color HEX #1C3255 Catalina Blue

📋 copy color: '#1C3255'

red 28 ◦ green 50 ◦ blue 85

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

Shades of Catalina Blue #1C3255

Tints of Catalina Blue #1C3255

RGB

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

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

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

R = 17.18%
G = 30.67%
B = 52.15%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C3255 (or 0x1C3255) is known color: Catalina Blue. HEX triplet: 1C, 32 and 55. RGB value is (28,50,85). Sum of RGB (Red+Green+Blue) = 28+50+85=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3255 is #E3CDAA. Grayscale: #2F2F2F. Windows color (decimal): -14929323 or 5583388. OLE color: 5583388.

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

Color convert

RGB 28 50 85 -
CMYK 0.67 0.41 0 0.67
HSL 216.84º 0.5% 0.22% -
HSV(B) 216.84º 0.67% 0.33% -
XYZ 3.26 3.18 9.04 -
YUV 47.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 28 50 85 0.67 0.41 0 0.67 216.84 0.5 0.22
Hex 1C 32 55 43 29 0 43 D9 32 16
Octal 34 62 125 103 51 0 103 331 62 26
Binary 11100 110010 1010101 1000011 101001 0 1000011 11011001 110010 10110

Color Harmonies of #1C3255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3255

Black with #1C3255

Text Example


Text Example

White with #1C3255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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