#373465

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

Shades of Deep Koamaru #373465

Tints of Deep Koamaru #373465

Color information

#373465 (or 0x373465) is unknown color: approx Deep Koamaru. HEX triplet: 37, 34 and 65. RGB value is (55,52,101). Sum of RGB (Red+Green+Blue) = 55+52+101=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #373465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373465 is #C8CB9A. Grayscale: #3A3A3A. Windows color (decimal): -13159323 or 6632503. OLE color: 6632503.

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

Color convert

RGB5552101-
CMYK0.460.4900.60
HSL243.67º32.03%30%-
HSV(B)243.67º48.51%39.61%-
XYZ5.154.2112.85-
YUV58.48151.99125.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=26.44%
G=25%
B=48.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55521010.460.4900.60243.6732.0330
Hex3734652E3103Cf4201e
Octal676414556610743644036
Binary110111110100110010110111011000101111001111010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373465; }

 p { color: rgb(55,52,101); }

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

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

 a { background-color: rgb(55,52,101); }

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

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

 span { border-color: rgb(55,52,101); }

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