Html Css Color HEX #363E68 Bay Of Many

📋 copy color: '#363E68'

red 54 ◦ green 62 ◦ blue 104

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

Shades of Bay Of Many #363E68

Tints of Bay Of Many #363E68

RGB

 RED value IS 54 (21.48% from 255) = 24.55%

 GREEN value IS 62 (24.61% from 255) = 28.18%

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 24.55%
G = 28.18%
B = 47.27%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363E68 (or 0x363E68) is known color: Bay Of Many. HEX triplet: 36, 3E and 68. RGB value is (54,62,104). Sum of RGB (Red+Green+Blue) = 54+62+104=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #363E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E68 is #C9C197. Grayscale: #404040. Windows color (decimal): -13222296 or 6831670. OLE color: 6831670.

HSL color Cylindrical-coordinate representation of color #363E68: hue angle of 230.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363E68 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 62 104 -
CMYK 0.48 0.40 0 0.59
HSL 230.4º 0.32% 0.31% -
HSV(B) 230.4º 0.48% 0.41% -
XYZ 5.74 5.23 13.8 -
YUV 64.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 54 62 104 0.48 0.40 0 0.59 230.4 0.32 0.31
Hex 36 3E 68 30 28 0 3B E6 20 1F
Octal 66 76 150 60 50 0 73 346 40 37
Binary 110110 111110 1101000 110000 101000 0 111011 11100110 100000 11111

Color Harmonies of #363E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E68

Black with #363E68

Text Example


Text Example

White with #363E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363E68; }

 p { color: rgb(54,62,104); }

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

background-color css

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

 a { background-color: rgb(54,62,104); }

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

border-color css

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

 span { border-color: rgb(54,62,104); }

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