Html Css Color HEX #306354 Evening Sea

📋 copy color: '#306354'

red 48 ◦ green 99 ◦ blue 84

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

Shades of Evening Sea #306354

Tints of Evening Sea #306354

RGB

 RED value IS 48 (19.14% from 255) = 20.78%

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 20.78%
G = 42.86%
B = 36.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#306354 (or 0x306354) is known color: Evening Sea. HEX triplet: 30, 63 and 54. RGB value is (48,99,84). Sum of RGB (Red+Green+Blue) = 48+99+84=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #306354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306354 is #CF9CAB. Grayscale: #525252. Windows color (decimal): -13606060 or 5530416. OLE color: 5530416.

HSL color Cylindrical-coordinate representation of color #306354: hue angle of 162.35º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306354 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 84 -
CMYK 0.52 0 0.15 0.61
HSL 162.35º 0.35% 0.29% -
HSV(B) 162.35º 0.52% 0.39% -
XYZ 7.28 10.19 9.97 -
YUV 82.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 48 99 84 0.52 0 0.15 0.61 162.35 0.35 0.29
Hex 30 63 54 34 0 F 3D A2 23 1D
Octal 60 143 124 64 0 17 75 242 43 35
Binary 110000 1100011 1010100 110100 0 1111 111101 10100010 100011 11101

Color Harmonies of #306354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306354

Black with #306354

Text Example


Text Example

White with #306354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306354; }

 p { color: rgb(48,99,84); }

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

background-color css

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

 a { background-color: rgb(48,99,84); }

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

border-color css

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

 span { border-color: rgb(48,99,84); }

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