Html Css Color HEX #363268 Deep Koamaru

📋 copy color: '#363268'

red 54 ◦ green 50 ◦ blue 104

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

Shades of Deep Koamaru #363268

Tints of Deep Koamaru #363268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50%

R = 25.96%
G = 24.04%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#363268 (or 0x363268) is known color: Deep Koamaru. HEX triplet: 36, 32 and 68. RGB value is (54,50,104). Sum of RGB (Red+Green+Blue) = 54+50+104=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #363268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363268 is #C9CD97. Grayscale: #393939. Windows color (decimal): -13225368 or 6828598. OLE color: 6828598.

HSL color Cylindrical-coordinate representation of color #363268: hue angle of 244.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363268 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 50 104 -
CMYK 0.48 0.52 0 0.59
HSL 244.44º 0.35% 0.3% -
HSV(B) 244.44º 0.52% 0.41% -
XYZ 5.16 4.06 13.61 -
YUV 57.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 54 50 104 0.48 0.52 0 0.59 244.44 0.35 0.3
Hex 36 32 68 30 34 0 3B F4 23 1E
Octal 66 62 150 60 64 0 73 364 43 36
Binary 110110 110010 1101000 110000 110100 0 111011 11110100 100011 11110

Color Harmonies of #363268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363268

Black with #363268

Text Example


Text Example

White with #363268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363268; }

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

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

background-color css

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

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

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

border-color css

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

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

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