Html Css Color HEX #363A65 Deep Koamaru

📋 copy color: '#363A65'

red 54 ◦ green 58 ◦ blue 101

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

Shades of Deep Koamaru #363A65

Tints of Deep Koamaru #363A65

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.23%

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

R = 25.35%
G = 27.23%
B = 47.42%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#363A65 (or 0x363A65) is known color: Deep Koamaru. HEX triplet: 36, 3A and 65. RGB value is (54,58,101). Sum of RGB (Red+Green+Blue) = 54+58+101=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #363A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A65 is #C9C59A. Grayscale: #3D3D3D. Windows color (decimal): -13223323 or 6634038. OLE color: 6634038.

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

Color convert

RGB 54 58 101 -
CMYK 0.47 0.43 0 0.60
HSL 234.89º 0.3% 0.3% -
HSV(B) 234.89º 0.47% 0.4% -
XYZ 5.38 4.75 12.95 -
YUV 61.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 54 58 101 0.47 0.43 0 0.60 234.89 0.3 0.3
Hex 36 3A 65 2F 2B 0 3C EB 1E 1E
Octal 66 72 145 57 53 0 74 353 36 36
Binary 110110 111010 1100101 101111 101011 0 111100 11101011 11110 11110

Color Harmonies of #363A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A65

Black with #363A65

Text Example


Text Example

White with #363A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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