Html Css Color HEX #1E3766 Catalina Blue

📋 copy color: '#1E3766'

red 30 ◦ green 55 ◦ blue 102

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

Shades of Catalina Blue #1E3766

Tints of Catalina Blue #1E3766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 16.04%
G = 29.41%
B = 54.55%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1E3766 (or 0x1E3766) is known color: Catalina Blue. HEX triplet: 1E, 37 and 66. RGB value is (30,55,102). Sum of RGB (Red+Green+Blue) = 30+55+102=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E3766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3766 is #E1C899. Grayscale: #343434. Windows color (decimal): -14796954 or 6698782. OLE color: 6698782.

HSL color Cylindrical-coordinate representation of color #1E3766: hue angle of 219.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3766 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 30 55 102 -
CMYK 0.71 0.46 0 0.6
HSL 219.17º 0.55% 0.26% -
HSV(B) 219.17º 0.71% 0.4% -
XYZ 4.3 3.97 13.11 -
YUV 52.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 30 55 102 0.71 0.46 0 0.6 219.17 0.55 0.26
Hex 1E 37 66 47 2E 0 3C DB 37 1A
Octal 36 67 146 107 56 0 74 333 67 32
Binary 11110 110111 1100110 1000111 101110 0 111100 11011011 110111 11010

Color Harmonies of #1E3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3766

Black with #1E3766

Text Example


Text Example

White with #1E3766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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