Html Css Color HEX #1C3558 Catalina Blue

📋 copy color: '#1C3558'

red 28 ◦ green 53 ◦ blue 88

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

Shades of Catalina Blue #1C3558

Tints of Catalina Blue #1C3558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 52.07%

R = 16.57%
G = 31.36%
B = 52.07%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C3558 (or 0x1C3558) is known color: Catalina Blue. HEX triplet: 1C, 35 and 58. RGB value is (28,53,88). Sum of RGB (Red+Green+Blue) = 28+53+88=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C3558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3558 is #E3CAA7. Grayscale: #313131. Windows color (decimal): -14928552 or 5780764. OLE color: 5780764.

HSL color Cylindrical-coordinate representation of color #1C3558: hue angle of 215º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C3558 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 53 88 -
CMYK 0.68 0.40 0 0.65
HSL 215º 0.52% 0.23% -
HSV(B) 215º 0.68% 0.35% -
XYZ 3.51 3.5 9.72 -
YUV 49.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 28 53 88 0.68 0.40 0 0.65 215 0.52 0.23
Hex 1C 35 58 44 28 0 41 D7 34 17
Octal 34 65 130 104 50 0 101 327 64 27
Binary 11100 110101 1011000 1000100 101000 0 1000001 11010111 110100 10111

Color Harmonies of #1C3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3558

Black with #1C3558

Text Example


Text Example

White with #1C3558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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