Html Css Color HEX #3B385C Deep Koamaru

📋 copy color: '#3B385C'

red 59 ◦ green 56 ◦ blue 92

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

Shades of Deep Koamaru #3B385C

Tints of Deep Koamaru #3B385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 28.5%
G = 27.05%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B385C (or 0x3B385C) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 5C. RGB value is (59,56,92). Sum of RGB (Red+Green+Blue) = 59+56+92=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B385C is #C4C7A3. Grayscale: #3C3C3C. Windows color (decimal): -12896164 or 6043707. OLE color: 6043707.

HSL color Cylindrical-coordinate representation of color #3B385C: hue angle of 245º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B385C is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 56 92 -
CMYK 0.36 0.39 0 0.64
HSL 245º 0.24% 0.29% -
HSV(B) 245º 0.39% 0.36% -
XYZ 5.15 4.53 10.73 -
YUV 61 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 59 56 92 0.36 0.39 0 0.64 245 0.24 0.29
Hex 3B 38 5C 24 27 0 40 F5 18 1D
Octal 73 70 134 44 47 0 100 365 30 35
Binary 111011 111000 1011100 100100 100111 0 1000000 11110101 11000 11101

Color Harmonies of #3B385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B385C

Black with #3B385C

Text Example


Text Example

White with #3B385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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