Html Css Color HEX #1E3755 Catalina Blue

📋 copy color: '#1E3755'

red 30 ◦ green 55 ◦ blue 85

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

Shades of Catalina Blue #1E3755

Tints of Catalina Blue #1E3755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 85 (33.59% from 255) = 50%

R = 17.65%
G = 32.35%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1E3755 (or 0x1E3755) is known color: Catalina Blue. HEX triplet: 1E, 37 and 55. RGB value is (30,55,85). Sum of RGB (Red+Green+Blue) = 30+55+85=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3755 is #E1C8AA. Grayscale: #323232. Windows color (decimal): -14796971 or 5584670. OLE color: 5584670.

HSL color Cylindrical-coordinate representation of color #1E3755: hue angle of 212.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E3755 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 55 85 -
CMYK 0.65 0.35 0 0.67
HSL 212.73º 0.48% 0.23% -
HSV(B) 212.73º 0.65% 0.33% -
XYZ 3.54 3.66 9.11 -
YUV 50.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 30 55 85 0.65 0.35 0 0.67 212.73 0.48 0.23
Hex 1E 37 55 41 23 0 43 D5 30 17
Octal 36 67 125 101 43 0 103 325 60 27
Binary 11110 110111 1010101 1000001 100011 0 1000011 11010101 110000 10111

Color Harmonies of #1E3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3755

Black with #1E3755

Text Example


Text Example

White with #1E3755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,85); }

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

background-color css

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

 a { background-color: rgb(30,55,85); }

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

border-color css

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

 span { border-color: rgb(30,55,85); }

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