Html Css Color HEX #38346F Deep Koamaru

📋 copy color: '#38346F'

red 56 ◦ green 52 ◦ blue 111

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

Shades of Deep Koamaru #38346F

Tints of Deep Koamaru #38346F

RGB

 RED value IS 56 (22.27% from 255) = 25.57%

 GREEN value IS 52 (20.7% from 255) = 23.74%

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 25.57%
G = 23.74%
B = 50.68%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38346F (or 0x38346F) is known color: Deep Koamaru. HEX triplet: 38, 34 and 6F. RGB value is (56,52,111). Sum of RGB (Red+Green+Blue) = 56+52+111=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #38346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38346F is #C7CB90. Grayscale: #3B3B3B. Windows color (decimal): -13093777 or 7287864. OLE color: 7287864.

HSL color Cylindrical-coordinate representation of color #38346F: hue angle of 244.07º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38346F is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 52 111 -
CMYK 0.50 0.53 0 0.56
HSL 244.07º 0.36% 0.32% -
HSV(B) 244.07º 0.53% 0.44% -
XYZ 5.73 4.44 15.59 -
YUV 59.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 56 52 111 0.50 0.53 0 0.56 244.07 0.36 0.32
Hex 38 34 6F 32 35 0 38 F4 24 20
Octal 70 64 157 62 65 0 70 364 44 40
Binary 111000 110100 1101111 110010 110101 0 111000 11110100 100100 100000

Color Harmonies of #38346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38346F

Black with #38346F

Text Example


Text Example

White with #38346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38346F; }

 p { color: rgb(56,52,111); }

 H1.HeaderClassName
 {
   color: #38346F;
 }
 .AnyTagClassName
 {
   color: #38346F;
 }
</style>

background-color css

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

 a { background-color: rgb(56,52,111); }

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

border-color css

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

 span { border-color: rgb(56,52,111); }

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