Html Css Color HEX #363066 Deep Koamaru

📋 copy color: '#363066'

red 54 ◦ green 48 ◦ blue 102

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

Shades of Deep Koamaru #363066

Tints of Deep Koamaru #363066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

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

R = 26.47%
G = 23.53%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#363066 (or 0x363066) is known color: Deep Koamaru. HEX triplet: 36, 30 and 66. RGB value is (54,48,102). Sum of RGB (Red+Green+Blue) = 54+48+102=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #363066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363066 is #C9CF99. Grayscale: #373737. Windows color (decimal): -13225882 or 6697014. OLE color: 6697014.

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

Color convert

RGB 54 48 102 -
CMYK 0.47 0.53 0 0.6
HSL 246.67º 0.36% 0.29% -
HSV(B) 246.67º 0.53% 0.4% -
XYZ 4.98 3.86 13.05 -
YUV 55.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 54 48 102 0.47 0.53 0 0.6 246.67 0.36 0.29
Hex 36 30 66 2F 35 0 3C F7 24 1D
Octal 66 60 146 57 65 0 74 367 44 35
Binary 110110 110000 1100110 101111 110101 0 111100 11110111 100100 11101

Color Harmonies of #363066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363066

Black with #363066

Text Example


Text Example

White with #363066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363066; }

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

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

background-color css

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

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

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

border-color css

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

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

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