Html Css Color HEX #1C3260 Catalina Blue

📋 copy color: '#1C3260'

red 28 ◦ green 50 ◦ blue 96

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

Shades of Catalina Blue #1C3260

Tints of Catalina Blue #1C3260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 55.17%

R = 16.09%
G = 28.74%
B = 55.17%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1C3260 (or 0x1C3260) is known color: Catalina Blue. HEX triplet: 1C, 32 and 60. RGB value is (28,50,96). Sum of RGB (Red+Green+Blue) = 28+50+96=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C3260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3260 is #E3CD9F. Grayscale: #303030. Windows color (decimal): -14929312 or 6304284. OLE color: 6304284.

HSL color Cylindrical-coordinate representation of color #1C3260: hue angle of 220.59º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C3260 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 50 96 -
CMYK 0.71 0.48 0 0.62
HSL 220.59º 0.55% 0.24% -
HSV(B) 220.59º 0.71% 0.38% -
XYZ 3.73 3.37 11.52 -
YUV 48.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 28 50 96 0.71 0.48 0 0.62 220.59 0.55 0.24
Hex 1C 32 60 47 30 0 3E DD 37 18
Octal 34 62 140 107 60 0 76 335 67 30
Binary 11100 110010 1100000 1000111 110000 0 111110 11011101 110111 11000

Color Harmonies of #1C3260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3260

Black with #1C3260

Text Example


Text Example

White with #1C3260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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