Html Css Color HEX #1C376C Catalina Blue

📋 copy color: '#1C376C'

red 28 ◦ green 55 ◦ blue 108

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

Shades of Catalina Blue #1C376C

Tints of Catalina Blue #1C376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 14.66%
G = 28.8%
B = 56.54%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C376C (or 0x1C376C) is known color: Catalina Blue. HEX triplet: 1C, 37 and 6C. RGB value is (28,55,108). Sum of RGB (Red+Green+Blue) = 28+55+108=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C376C is #E3C893. Grayscale: #343434. Windows color (decimal): -14928020 or 7091996. OLE color: 7091996.

HSL color Cylindrical-coordinate representation of color #1C376C: hue angle of 219.75º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C376C is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 55 108 -
CMYK 0.74 0.49 0 0.58
HSL 219.75º 0.59% 0.27% -
HSV(B) 219.75º 0.74% 0.42% -
XYZ 4.55 4.06 14.73 -
YUV 52.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 28 55 108 0.74 0.49 0 0.58 219.75 0.59 0.27
Hex 1C 37 6C 4A 31 0 3A DC 3B 1B
Octal 34 67 154 112 61 0 72 334 73 33
Binary 11100 110111 1101100 1001010 110001 0 111010 11011100 111011 11011

Color Harmonies of #1C376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C376C

Black with #1C376C

Text Example


Text Example

White with #1C376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,55,108); }

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

background-color css

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

 a { background-color: rgb(28,55,108); }

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

border-color css

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

 span { border-color: rgb(28,55,108); }

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