Html Css Color HEX #363261 Deep Koamaru

📋 copy color: '#363261'

red 54 ◦ green 50 ◦ blue 97

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

Shades of Deep Koamaru #363261

Tints of Deep Koamaru #363261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 26.87%
G = 24.88%
B = 48.26%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363261 (or 0x363261) is known color: Deep Koamaru. HEX triplet: 36, 32 and 61. RGB value is (54,50,97). Sum of RGB (Red+Green+Blue) = 54+50+97=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #363261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363261 is #C9CD9E. Grayscale: #383838. Windows color (decimal): -13225375 or 6369846. OLE color: 6369846.

HSL color Cylindrical-coordinate representation of color #363261: hue angle of 245.11º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363261 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 50 97 -
CMYK 0.44 0.48 0 0.62
HSL 245.11º 0.32% 0.29% -
HSV(B) 245.11º 0.48% 0.38% -
XYZ 4.82 3.93 11.81 -
YUV 56.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 54 50 97 0.44 0.48 0 0.62 245.11 0.32 0.29
Hex 36 32 61 2C 30 0 3E F5 20 1D
Octal 66 62 141 54 60 0 76 365 40 35
Binary 110110 110010 1100001 101100 110000 0 111110 11110101 100000 11101

Color Harmonies of #363261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363261

Black with #363261

Text Example


Text Example

White with #363261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363261; }

 p { color: rgb(54,50,97); }

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

background-color css

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

 a { background-color: rgb(54,50,97); }

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

border-color css

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

 span { border-color: rgb(54,50,97); }

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