Html Css Color HEX #363F66 Bay Of Many

📋 copy color: '#363F66'

red 54 ◦ green 63 ◦ blue 102

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

Shades of Bay Of Many #363F66

Tints of Bay Of Many #363F66

RGB

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

 GREEN value IS 63 (25% from 255) = 28.77%

 BLUE value IS 102 (40.23% from 255) = 46.58%

R = 24.66%
G = 28.77%
B = 46.58%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#363F66 (or 0x363F66) is known color: Bay Of Many. HEX triplet: 36, 3F and 66. RGB value is (54,63,102). Sum of RGB (Red+Green+Blue) = 54+63+102=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #363F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F66 is #C9C099. Grayscale: #404040. Windows color (decimal): -13222042 or 6700854. OLE color: 6700854.

HSL color Cylindrical-coordinate representation of color #363F66: hue angle of 228.75º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363F66 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 63 102 -
CMYK 0.47 0.38 0 0.6
HSL 228.75º 0.31% 0.31% -
HSV(B) 228.75º 0.47% 0.4% -
XYZ 5.7 5.3 13.29 -
YUV 64.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 54 63 102 0.47 0.38 0 0.6 228.75 0.31 0.31
Hex 36 3F 66 2F 26 0 3C E5 1F 1F
Octal 66 77 146 57 46 0 74 345 37 37
Binary 110110 111111 1100110 101111 100110 0 111100 11100101 11111 11111

Color Harmonies of #363F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F66

Black with #363F66

Text Example


Text Example

White with #363F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,102); }

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

background-color css

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

 a { background-color: rgb(54,63,102); }

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

border-color css

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

 span { border-color: rgb(54,63,102); }

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