Html Css Color HEX #1E3251 Catalina Blue

📋 copy color: '#1E3251'

red 30 ◦ green 50 ◦ blue 81

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

Shades of Catalina Blue #1E3251

Tints of Catalina Blue #1E3251

RGB

 RED value IS 30 (12.11% from 255) = 18.63%

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

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

R = 18.63%
G = 31.06%
B = 50.31%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1E3251 (or 0x1E3251) is known color: Catalina Blue. HEX triplet: 1E, 32 and 51. RGB value is (30,50,81). Sum of RGB (Red+Green+Blue) = 30+50+81=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E3251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3251 is #E1CDAE. Grayscale: #2F2F2F. Windows color (decimal): -14798255 or 5321246. OLE color: 5321246.

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

Color convert

RGB 30 50 81 -
CMYK 0.63 0.38 0 0.68
HSL 216.47º 0.46% 0.22% -
HSV(B) 216.47º 0.63% 0.32% -
XYZ 3.16 3.15 8.23 -
YUV 47.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 30 50 81 0.63 0.38 0 0.68 216.47 0.46 0.22
Hex 1E 32 51 3F 26 0 44 D8 2E 16
Octal 36 62 121 77 46 0 104 330 56 26
Binary 11110 110010 1010001 111111 100110 0 1000100 11011000 101110 10110

Color Harmonies of #1E3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3251

Black with #1E3251

Text Example


Text Example

White with #1E3251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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