Html Css Color HEX #1C3268 Catalina Blue

📋 copy color: '#1C3268'

red 28 ◦ green 50 ◦ blue 104

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

Shades of Catalina Blue #1C3268

Tints of Catalina Blue #1C3268

RGB

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

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

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

R = 15.38%
G = 27.47%
B = 57.14%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1C3268 (or 0x1C3268) is known color: Catalina Blue. HEX triplet: 1C, 32 and 68. RGB value is (28,50,104). Sum of RGB (Red+Green+Blue) = 28+50+104=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C3268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3268 is #E3CD97. Grayscale: #313131. Windows color (decimal): -14929304 or 6828572. OLE color: 6828572.

HSL color Cylindrical-coordinate representation of color #1C3268: hue angle of 222.63º 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 #1C3268 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 50 104 -
CMYK 0.73 0.52 0 0.59
HSL 222.63º 0.58% 0.26% -
HSV(B) 222.63º 0.73% 0.41% -
XYZ 4.12 3.53 13.56 -
YUV 49.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 28 50 104 0.73 0.52 0 0.59 222.63 0.58 0.26
Hex 1C 32 68 49 34 0 3B DF 3A 1A
Octal 34 62 150 111 64 0 73 337 72 32
Binary 11100 110010 1101000 1001001 110100 0 111011 11011111 111010 11010

Color Harmonies of #1C3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3268

Black with #1C3268

Text Example


Text Example

White with #1C3268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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