Html Css Color HEX #1E3255 Catalina Blue

📋 copy color: '#1E3255'

red 30 ◦ green 50 ◦ blue 85

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

Shades of Catalina Blue #1E3255

Tints of Catalina Blue #1E3255

RGB

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

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

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

R = 18.18%
G = 30.3%
B = 51.52%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1E3255 (or 0x1E3255) is known color: Catalina Blue. HEX triplet: 1E, 32 and 55. RGB value is (30,50,85). Sum of RGB (Red+Green+Blue) = 30+50+85=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3255 is #E1CDAA. Grayscale: #2F2F2F. Windows color (decimal): -14798251 or 5583390. OLE color: 5583390.

HSL color Cylindrical-coordinate representation of color #1E3255: hue angle of 218.18º 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 #1E3255 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 50 85 -
CMYK 0.65 0.41 0 0.67
HSL 218.18º 0.48% 0.23% -
HSV(B) 218.18º 0.65% 0.33% -
XYZ 3.32 3.21 9.04 -
YUV 48.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 30 50 85 0.65 0.41 0 0.67 218.18 0.48 0.23
Hex 1E 32 55 41 29 0 43 DA 30 17
Octal 36 62 125 101 51 0 103 332 60 27
Binary 11110 110010 1010101 1000001 101001 0 1000011 11011010 110000 10111

Color Harmonies of #1E3255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3255

Black with #1E3255

Text Example


Text Example

White with #1E3255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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