Html Css Color HEX #363A66 Deep Koamaru

📋 copy color: '#363A66'

red 54 ◦ green 58 ◦ blue 102

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

Shades of Deep Koamaru #363A66

Tints of Deep Koamaru #363A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

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

R = 25.23%
G = 27.1%
B = 47.66%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#363A66 (or 0x363A66) is known color: Deep Koamaru. HEX triplet: 36, 3A and 66. RGB value is (54,58,102). Sum of RGB (Red+Green+Blue) = 54+58+102=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #363A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A66 is #C9C599. Grayscale: #3D3D3D. Windows color (decimal): -13223322 or 6699574. OLE color: 6699574.

HSL color Cylindrical-coordinate representation of color #363A66: hue angle of 235º 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 #363A66 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 58 102 -
CMYK 0.47 0.43 0 0.6
HSL 235º 0.31% 0.31% -
HSV(B) 235º 0.47% 0.4% -
XYZ 5.43 4.77 13.2 -
YUV 61.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 54 58 102 0.47 0.43 0 0.6 235 0.31 0.31
Hex 36 3A 66 2F 2B 0 3C EB 1F 1F
Octal 66 72 146 57 53 0 74 353 37 37
Binary 110110 111010 1100110 101111 101011 0 111100 11101011 11111 11111

Color Harmonies of #363A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A66

Black with #363A66

Text Example


Text Example

White with #363A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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