#363A67

Color #363A67 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #363A67

Tints of Deep Koamaru #363A67

Color information

#363A67 (or 0x363A67) is unknown color: approx Deep Koamaru. HEX triplet: 36, 3A and 67. RGB value is (54,58,103). Sum of RGB (Red+Green+Blue) = 54+58+103=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #363A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A67 is #C9C598. Grayscale: #3D3D3D. Windows color (decimal): -13223321 or 6765110. OLE color: 6765110.

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

Color convert

RGB5458103-
CMYK0.480.4400.60
HSL235.1º31.21%30.78%-
HSV(B)235.1º47.57%40.39%-
XYZ5.484.7913.47-
YUV61.93151.17122.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 103 (40.62% from 255) = 47.91%
R=25.12%
G=26.98%
B=47.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54581030.480.4400.60235.131.2130.78
Hex363A67302C03Ceb1f1f
Octal667214760540743533737
Binary11011011101011001111100001011000111100111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #363A67;
 }
 .AnyTagClassName
 {
   color: #363A67;
 }
</style>
background-color css

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

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

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

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

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

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