Html Css Color HEX #1E355B Catalina Blue

📋 copy color: '#1E355B'

red 30 ◦ green 53 ◦ blue 91

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

Shades of Catalina Blue #1E355B

Tints of Catalina Blue #1E355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.46%

 BLUE value IS 91 (35.94% from 255) = 52.3%

R = 17.24%
G = 30.46%
B = 52.3%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E355B (or 0x1E355B) is known color: Catalina Blue. HEX triplet: 1E, 35 and 5B. RGB value is (30,53,91). Sum of RGB (Red+Green+Blue) = 30+53+91=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E355B is #E1CAA4. Grayscale: #323232. Windows color (decimal): -14797477 or 5977374. OLE color: 5977374.

HSL color Cylindrical-coordinate representation of color #1E355B: hue angle of 217.38º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E355B is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 53 91 -
CMYK 0.67 0.42 0 0.64
HSL 217.38º 0.5% 0.24% -
HSV(B) 217.38º 0.67% 0.36% -
XYZ 3.7 3.58 10.39 -
YUV 50.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 30 53 91 0.67 0.42 0 0.64 217.38 0.5 0.24
Hex 1E 35 5B 43 2A 0 40 D9 32 18
Octal 36 65 133 103 52 0 100 331 62 30
Binary 11110 110101 1011011 1000011 101010 0 1000000 11011001 110010 11000

Color Harmonies of #1E355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E355B

Black with #1E355B

Text Example


Text Example

White with #1E355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,91); }

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

background-color css

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

 a { background-color: rgb(30,53,91); }

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

border-color css

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

 span { border-color: rgb(30,53,91); }

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