Html Css Color HEX #1C3662 Catalina Blue

📋 copy color: '#1C3662'

red 28 ◦ green 54 ◦ blue 98

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

Shades of Catalina Blue #1C3662

Tints of Catalina Blue #1C3662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30%

 BLUE value IS 98 (38.67% from 255) = 54.44%

R = 15.56%
G = 30%
B = 54.44%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1C3662 (or 0x1C3662) is known color: Catalina Blue. HEX triplet: 1C, 36 and 62. RGB value is (28,54,98). Sum of RGB (Red+Green+Blue) = 28+54+98=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C3662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3662 is #E3C99D. Grayscale: #333333. Windows color (decimal): -14928286 or 6436380. OLE color: 6436380.

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

Color convert

RGB 28 54 98 -
CMYK 0.71 0.45 0 0.62
HSL 217.71º 0.56% 0.25% -
HSV(B) 217.71º 0.71% 0.38% -
XYZ 4 3.77 12.07 -
YUV 51.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 28 54 98 0.71 0.45 0 0.62 217.71 0.56 0.25
Hex 1C 36 62 47 2D 0 3E DA 38 19
Octal 34 66 142 107 55 0 76 332 70 31
Binary 11100 110110 1100010 1000111 101101 0 111110 11011010 111000 11001

Color Harmonies of #1C3662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3662

Black with #1C3662

Text Example


Text Example

White with #1C3662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,54,98); }

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

background-color css

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

 a { background-color: rgb(28,54,98); }

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

border-color css

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

 span { border-color: rgb(28,54,98); }

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