Html Css Color HEX #363467 Deep Koamaru

📋 copy color: '#363467'

red 54 ◦ green 52 ◦ blue 103

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

Shades of Deep Koamaru #363467

Tints of Deep Koamaru #363467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

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

R = 25.84%
G = 24.88%
B = 49.28%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#363467 (or 0x363467) is known color: Deep Koamaru. HEX triplet: 36, 34 and 67. RGB value is (54,52,103). Sum of RGB (Red+Green+Blue) = 54+52+103=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #363467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363467 is #C9CB98. Grayscale: #3A3A3A. Windows color (decimal): -13224857 or 6763574. OLE color: 6763574.

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

Color convert

RGB 54 52 103 -
CMYK 0.48 0.50 0 0.60
HSL 242.35º 0.33% 0.3% -
HSV(B) 242.35º 0.5% 0.4% -
XYZ 5.2 4.22 13.37 -
YUV 58.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 54 52 103 0.48 0.50 0 0.60 242.35 0.33 0.3
Hex 36 34 67 30 32 0 3C F2 21 1E
Octal 66 64 147 60 62 0 74 362 41 36
Binary 110110 110100 1100111 110000 110010 0 111100 11110010 100001 11110

Color Harmonies of #363467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363467

Black with #363467

Text Example


Text Example

White with #363467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363467; }

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

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

background-color css

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

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

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

border-color css

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

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

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