Html Css Color HEX #363366 Deep Koamaru

📋 copy color: '#363366'

red 54 ◦ green 51 ◦ blue 102

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

Shades of Deep Koamaru #363366

Tints of Deep Koamaru #363366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

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

R = 26.09%
G = 24.64%
B = 49.28%

CMYK

 C value IS 0.47

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#363366 (or 0x363366) is known color: Deep Koamaru. HEX triplet: 36, 33 and 66. RGB value is (54,51,102). Sum of RGB (Red+Green+Blue) = 54+51+102=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #363366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363366 is #C9CC99. Grayscale: #393939. Windows color (decimal): -13225114 or 6697782. OLE color: 6697782.

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

Color convert

RGB 54 51 102 -
CMYK 0.47 0.5 0 0.6
HSL 243.53º 0.33% 0.3% -
HSV(B) 243.53º 0.5% 0.4% -
XYZ 5.1 4.11 13.09 -
YUV 57.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 54 51 102 0.47 0.5 0 0.6 243.53 0.33 0.3
Hex 36 33 66 2F 32 0 3C F4 21 1E
Octal 66 63 146 57 62 0 74 364 41 36
Binary 110110 110011 1100110 101111 110010 0 111100 11110100 100001 11110

Color Harmonies of #363366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363366

Black with #363366

Text Example


Text Example

White with #363366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363366; }

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

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

background-color css

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

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

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

border-color css

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

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

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