Html Css Color HEX #363267 Deep Koamaru

📋 copy color: '#363267'

red 54 ◦ green 50 ◦ blue 103

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

Shades of Deep Koamaru #363267

Tints of Deep Koamaru #363267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.76%

R = 26.09%
G = 24.15%
B = 49.76%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#363267 (or 0x363267) is known color: Deep Koamaru. HEX triplet: 36, 32 and 67. RGB value is (54,50,103). Sum of RGB (Red+Green+Blue) = 54+50+103=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #363267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363267 is #C9CD98. Grayscale: #393939. Windows color (decimal): -13225369 or 6763062. OLE color: 6763062.

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

Color convert

RGB 54 50 103 -
CMYK 0.48 0.51 0 0.60
HSL 244.53º 0.35% 0.3% -
HSV(B) 244.53º 0.51% 0.4% -
XYZ 5.11 4.04 13.34 -
YUV 57.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 54 50 103 0.48 0.51 0 0.60 244.53 0.35 0.3
Hex 36 32 67 30 33 0 3C F5 23 1E
Octal 66 62 147 60 63 0 74 365 43 36
Binary 110110 110010 1100111 110000 110011 0 111100 11110101 100011 11110

Color Harmonies of #363267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363267

Black with #363267

Text Example


Text Example

White with #363267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363267; }

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

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

background-color css

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

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

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

border-color css

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

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

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