Html Css Color HEX #1C3768 Catalina Blue

📋 copy color: '#1C3768'

red 28 ◦ green 55 ◦ blue 104

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

Shades of Catalina Blue #1C3768

Tints of Catalina Blue #1C3768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 14.97%
G = 29.41%
B = 55.61%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1C3768 (or 0x1C3768) is known color: Catalina Blue. HEX triplet: 1C, 37 and 68. RGB value is (28,55,104). Sum of RGB (Red+Green+Blue) = 28+55+104=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C3768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3768 is #E3C897. Grayscale: #343434. Windows color (decimal): -14928024 or 6829852. OLE color: 6829852.

HSL color Cylindrical-coordinate representation of color #1C3768: hue angle of 218.68º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C3768 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 55 104 -
CMYK 0.73 0.47 0 0.59
HSL 218.68º 0.58% 0.26% -
HSV(B) 218.68º 0.73% 0.41% -
XYZ 4.34 3.98 13.64 -
YUV 52.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 28 55 104 0.73 0.47 0 0.59 218.68 0.58 0.26
Hex 1C 37 68 49 2F 0 3B DB 3A 1A
Octal 34 67 150 111 57 0 73 333 72 32
Binary 11100 110111 1101000 1001001 101111 0 111011 11011011 111010 11010

Color Harmonies of #1C3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3768

Black with #1C3768

Text Example


Text Example

White with #1C3768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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