Html Css Color HEX #1C3351 Catalina Blue

📋 copy color: '#1C3351'

red 28 ◦ green 51 ◦ blue 81

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

Shades of Catalina Blue #1C3351

Tints of Catalina Blue #1C3351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.88%

 BLUE value IS 81 (32.03% from 255) = 50.63%

R = 17.5%
G = 31.88%
B = 50.63%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1C3351 (or 0x1C3351) is known color: Catalina Blue. HEX triplet: 1C, 33 and 51. RGB value is (28,51,81). Sum of RGB (Red+Green+Blue) = 28+51+81=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C3351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3351 is #E3CCAE. Grayscale: #2F2F2F. Windows color (decimal): -14929071 or 5321500. OLE color: 5321500.

HSL color Cylindrical-coordinate representation of color #1C3351: hue angle of 213.96º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3351 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 28 51 81 -
CMYK 0.65 0.37 0 0.68
HSL 213.96º 0.49% 0.21% -
HSV(B) 213.96º 0.65% 0.32% -
XYZ 3.15 3.21 8.24 -
YUV 47.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 28 51 81 0.65 0.37 0 0.68 213.96 0.49 0.21
Hex 1C 33 51 41 25 0 44 D6 31 15
Octal 34 63 121 101 45 0 104 326 61 25
Binary 11100 110011 1010001 1000001 100101 0 1000100 11010110 110001 10101

Color Harmonies of #1C3351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3351

Black with #1C3351

Text Example


Text Example

White with #1C3351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,51,81); }

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

background-color css

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

 a { background-color: rgb(28,51,81); }

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

border-color css

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

 span { border-color: rgb(28,51,81); }

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