Html Css Color HEX #38346E Deep Koamaru

📋 copy color: '#38346E'

red 56 ◦ green 52 ◦ blue 110

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

Shades of Deep Koamaru #38346E

Tints of Deep Koamaru #38346E

RGB

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

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

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

R = 25.69%
G = 23.85%
B = 50.46%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38346E (or 0x38346E) is known color: Deep Koamaru. HEX triplet: 38, 34 and 6E. RGB value is (56,52,110). Sum of RGB (Red+Green+Blue) = 56+52+110=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #38346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38346E is #C7CB91. Grayscale: #3B3B3B. Windows color (decimal): -13093778 or 7222328. OLE color: 7222328.

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

Color convert

RGB 56 52 110 -
CMYK 0.49 0.53 0 0.57
HSL 244.14º 0.36% 0.32% -
HSV(B) 244.14º 0.53% 0.43% -
XYZ 5.67 4.42 15.31 -
YUV 59.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 56 52 110 0.49 0.53 0 0.57 244.14 0.36 0.32
Hex 38 34 6E 31 35 0 39 F4 24 20
Octal 70 64 156 61 65 0 71 364 44 40
Binary 111000 110100 1101110 110001 110101 0 111001 11110100 100100 100000

Color Harmonies of #38346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38346E

Black with #38346E

Text Example


Text Example

White with #38346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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