Html Css Color HEX #363065 Deep Koamaru

📋 copy color: '#363065'

red 54 ◦ green 48 ◦ blue 101

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

Shades of Deep Koamaru #363065

Tints of Deep Koamaru #363065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.75%

R = 26.6%
G = 23.65%
B = 49.75%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#363065 (or 0x363065) is known color: Deep Koamaru. HEX triplet: 36, 30 and 65. RGB value is (54,48,101). Sum of RGB (Red+Green+Blue) = 54+48+101=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #363065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363065 is #C9CF9A. Grayscale: #373737. Windows color (decimal): -13225883 or 6631478. OLE color: 6631478.

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

Color convert

RGB 54 48 101 -
CMYK 0.47 0.52 0 0.60
HSL 246.79º 0.36% 0.29% -
HSV(B) 246.79º 0.52% 0.4% -
XYZ 4.93 3.84 12.79 -
YUV 55.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 54 48 101 0.47 0.52 0 0.60 246.79 0.36 0.29
Hex 36 30 65 2F 34 0 3C F7 24 1D
Octal 66 60 145 57 64 0 74 367 44 35
Binary 110110 110000 1100101 101111 110100 0 111100 11110111 100100 11101

Color Harmonies of #363065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363065

Black with #363065

Text Example


Text Example

White with #363065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363065; }

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

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

background-color css

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

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

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

border-color css

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

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

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