Html Css Color HEX #1E344F Catalina Blue

📋 copy color: '#1E344F'

red 30 ◦ green 52 ◦ blue 79

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

Shades of Catalina Blue #1E344F

Tints of Catalina Blue #1E344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.07%

R = 18.63%
G = 32.3%
B = 49.07%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E344F (or 0x1E344F) is known color: Catalina Blue. HEX triplet: 1E, 34 and 4F. RGB value is (30,52,79). Sum of RGB (Red+Green+Blue) = 30+52+79=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E344F is #E1CBB0. Grayscale: #303030. Windows color (decimal): -14797745 or 5190686. OLE color: 5190686.

HSL color Cylindrical-coordinate representation of color #1E344F: hue angle of 213.06º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E344F is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 52 79 -
CMYK 0.62 0.34 0 0.69
HSL 213.06º 0.45% 0.21% -
HSV(B) 213.06º 0.62% 0.31% -
XYZ 3.17 3.3 7.87 -
YUV 48.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 30 52 79 0.62 0.34 0 0.69 213.06 0.45 0.21
Hex 1E 34 4F 3E 22 0 45 D5 2D 15
Octal 36 64 117 76 42 0 105 325 55 25
Binary 11110 110100 1001111 111110 100010 0 1000101 11010101 101101 10101

Color Harmonies of #1E344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E344F

Black with #1E344F

Text Example


Text Example

White with #1E344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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