Html Css Color HEX #1E3452 Catalina Blue

📋 copy color: '#1E3452'

red 30 ◦ green 52 ◦ blue 82

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

Shades of Catalina Blue #1E3452

Tints of Catalina Blue #1E3452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 82 (32.42% from 255) = 50%

R = 18.29%
G = 31.71%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1E3452 (or 0x1E3452) is known color: Catalina Blue. HEX triplet: 1E, 34 and 52. RGB value is (30,52,82). Sum of RGB (Red+Green+Blue) = 30+52+82=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #1E3452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3452 is #E1CBAD. Grayscale: #303030. Windows color (decimal): -14797742 or 5387294. OLE color: 5387294.

HSL color Cylindrical-coordinate representation of color #1E3452: hue angle of 214.62º 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 #1E3452 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 30 52 82 -
CMYK 0.63 0.37 0 0.68
HSL 214.62º 0.46% 0.22% -
HSV(B) 214.62º 0.63% 0.32% -
XYZ 3.29 3.34 8.45 -
YUV 48.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 30 52 82 0.63 0.37 0 0.68 214.62 0.46 0.22
Hex 1E 34 52 3F 25 0 44 D7 2E 16
Octal 36 64 122 77 45 0 104 327 56 26
Binary 11110 110100 1010010 111111 100101 0 1000100 11010111 101110 10110

Color Harmonies of #1E3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3452

Black with #1E3452

Text Example


Text Example

White with #1E3452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,52,82); }

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

background-color css

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

 a { background-color: rgb(30,52,82); }

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

border-color css

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

 span { border-color: rgb(30,52,82); }

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