Html Css Color HEX #344E54 Casal

📋 copy color: '#344E54'

red 52 ◦ green 78 ◦ blue 84

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

Shades of Casal #344E54

Tints of Casal #344E54

RGB

 RED value IS 52 (20.7% from 255) = 24.3%

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 24.3%
G = 36.45%
B = 39.25%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344E54 (or 0x344E54) is known color: Casal. HEX triplet: 34, 4E and 54. RGB value is (52,78,84). Sum of RGB (Red+Green+Blue) = 52+78+84=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #344E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E54 is #CBB1AB. Grayscale: #464646. Windows color (decimal): -13349292 or 5525044. OLE color: 5525044.

HSL color Cylindrical-coordinate representation of color #344E54: hue angle of 191.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344E54 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 78 84 -
CMYK 0.38 0.07 0 0.67
HSL 191.25º 0.24% 0.27% -
HSV(B) 191.25º 0.38% 0.33% -
XYZ 5.74 6.82 9.4 -
YUV 70.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 52 78 84 0.38 0.07 0 0.67 191.25 0.24 0.27
Hex 34 4E 54 26 7 0 43 BF 18 1B
Octal 64 116 124 46 7 0 103 277 30 33
Binary 110100 1001110 1010100 100110 111 0 1000011 10111111 11000 11011

Color Harmonies of #344E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E54

Black with #344E54

Text Example


Text Example

White with #344E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344E54; }

 p { color: rgb(52,78,84); }

 H1.HeaderClassName
 {
   color: #344E54;
 }
 .AnyTagClassName
 {
   color: #344E54;
 }
</style>

background-color css

<style>
 a { background-color: #344E54; }

 a { background-color: rgb(52,78,84); }

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

border-color css

<style>
 span { border-color: #344E54; }

 span { border-color: rgb(52,78,84); }

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