Html Css Color HEX #3B366E Deep Koamaru

📋 copy color: '#3B366E'

red 59 ◦ green 54 ◦ blue 110

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

Shades of Deep Koamaru #3B366E

Tints of Deep Koamaru #3B366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 110 (43.36% from 255) = 49.33%

R = 26.46%
G = 24.22%
B = 49.33%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3B366E (or 0x3B366E) is known color: Deep Koamaru. HEX triplet: 3B, 36 and 6E. RGB value is (59,54,110). Sum of RGB (Red+Green+Blue) = 59+54+110=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B366E is #C4C991. Grayscale: #3D3D3D. Windows color (decimal): -12896658 or 7222843. OLE color: 7222843.

HSL color Cylindrical-coordinate representation of color #3B366E: hue angle of 245.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B366E is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 59 54 110 -
CMYK 0.46 0.51 0 0.57
HSL 245.36º 0.34% 0.32% -
HSV(B) 245.36º 0.51% 0.43% -
XYZ 5.94 4.69 15.34 -
YUV 61.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 59 54 110 0.46 0.51 0 0.57 245.36 0.34 0.32
Hex 3B 36 6E 2E 33 0 39 F5 22 20
Octal 73 66 156 56 63 0 71 365 42 40
Binary 111011 110110 1101110 101110 110011 0 111001 11110101 100010 100000

Color Harmonies of #3B366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B366E

Black with #3B366E

Text Example


Text Example

White with #3B366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,54,110); }

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

background-color css

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

 a { background-color: rgb(59,54,110); }

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

border-color css

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

 span { border-color: rgb(59,54,110); }

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