Html Css Color HEX #38366E Deep Koamaru

📋 copy color: '#38366E'

red 56 ◦ green 54 ◦ blue 110

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

Shades of Deep Koamaru #38366E

Tints of Deep Koamaru #38366E

RGB

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

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

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

R = 25.45%
G = 24.55%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38366E (or 0x38366E) is known color: Deep Koamaru. HEX triplet: 38, 36 and 6E. RGB value is (56,54,110). Sum of RGB (Red+Green+Blue) = 56+54+110=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #38366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38366E is #C7C991. Grayscale: #3C3C3C. Windows color (decimal): -13093266 or 7222840. OLE color: 7222840.

HSL color Cylindrical-coordinate representation of color #38366E: hue angle of 242.14º 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 #38366E is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 54 110 -
CMYK 0.49 0.51 0 0.57
HSL 242.14º 0.34% 0.32% -
HSV(B) 242.14º 0.51% 0.43% -
XYZ 5.76 4.6 15.34 -
YUV 60.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 56 54 110 0.49 0.51 0 0.57 242.14 0.34 0.32
Hex 38 36 6E 31 33 0 39 F2 22 20
Octal 70 66 156 61 63 0 71 362 42 40
Binary 111000 110110 1101110 110001 110011 0 111001 11110010 100010 100000

Color Harmonies of #38366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38366E

Black with #38366E

Text Example


Text Example

White with #38366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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