Html Css Color HEX #3B3863 Deep Koamaru

📋 copy color: '#3B3863'

red 59 ◦ green 56 ◦ blue 99

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

Shades of Deep Koamaru #3B3863

Tints of Deep Koamaru #3B3863

RGB

 RED value IS 59 (23.44% from 255) = 27.57%

 GREEN value IS 56 (22.27% from 255) = 26.17%

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 27.57%
G = 26.17%
B = 46.26%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3B3863 (or 0x3B3863) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 63. RGB value is (59,56,99). Sum of RGB (Red+Green+Blue) = 59+56+99=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B3863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3863 is #C4C79C. Grayscale: #3D3D3D. Windows color (decimal): -12896157 or 6502459. OLE color: 6502459.

HSL color Cylindrical-coordinate representation of color #3B3863: hue angle of 244.19º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B3863 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 56 99 -
CMYK 0.40 0.43 0 0.61
HSL 244.19º 0.28% 0.3% -
HSV(B) 244.19º 0.43% 0.39% -
XYZ 5.47 4.66 12.42 -
YUV 61.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 59 56 99 0.40 0.43 0 0.61 244.19 0.28 0.3
Hex 3B 38 63 28 2B 0 3D F4 1C 1E
Octal 73 70 143 50 53 0 75 364 34 36
Binary 111011 111000 1100011 101000 101011 0 111101 11110100 11100 11110

Color Harmonies of #3B3863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3863

Black with #3B3863

Text Example


Text Example

White with #3B3863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3863; }

 p { color: rgb(59,56,99); }

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

background-color css

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

 a { background-color: rgb(59,56,99); }

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

border-color css

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

 span { border-color: rgb(59,56,99); }

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