Html Css Color HEX #1C3251 Catalina Blue

📋 copy color: '#1C3251'

red 28 ◦ green 50 ◦ blue 81

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

Shades of Catalina Blue #1C3251

Tints of Catalina Blue #1C3251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 50.94%

R = 17.61%
G = 31.45%
B = 50.94%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1C3251 (or 0x1C3251) is known color: Catalina Blue. HEX triplet: 1C, 32 and 51. RGB value is (28,50,81). Sum of RGB (Red+Green+Blue) = 28+50+81=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C3251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3251 is #E3CDAE. Grayscale: #2E2E2E. Windows color (decimal): -14929327 or 5321244. OLE color: 5321244.

HSL color Cylindrical-coordinate representation of color #1C3251: hue angle of 215.09º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3251 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 28 50 81 -
CMYK 0.65 0.38 0 0.68
HSL 215.09º 0.49% 0.21% -
HSV(B) 215.09º 0.65% 0.32% -
XYZ 3.1 3.12 8.22 -
YUV 46.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 28 50 81 0.65 0.38 0 0.68 215.09 0.49 0.21
Hex 1C 32 51 41 26 0 44 D7 31 15
Octal 34 62 121 101 46 0 104 327 61 25
Binary 11100 110010 1010001 1000001 100110 0 1000100 11010111 110001 10101

Color Harmonies of #1C3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3251

Black with #1C3251

Text Example


Text Example

White with #1C3251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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