Html Css Color HEX #38355C Deep Koamaru

📋 copy color: '#38355C'

red 56 ◦ green 53 ◦ blue 92

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

Shades of Deep Koamaru #38355C

Tints of Deep Koamaru #38355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 27.86%
G = 26.37%
B = 45.77%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38355C (or 0x38355C) is known color: Deep Koamaru. HEX triplet: 38, 35 and 5C. RGB value is (56,53,92). Sum of RGB (Red+Green+Blue) = 56+53+92=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #38355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38355C is #C7CAA3. Grayscale: #3A3A3A. Windows color (decimal): -13093540 or 6042936. OLE color: 6042936.

HSL color Cylindrical-coordinate representation of color #38355C: hue angle of 244.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38355C is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 53 92 -
CMYK 0.39 0.42 0 0.64
HSL 244.62º 0.27% 0.28% -
HSV(B) 244.62º 0.42% 0.36% -
XYZ 4.84 4.16 10.67 -
YUV 58.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 56 53 92 0.39 0.42 0 0.64 244.62 0.27 0.28
Hex 38 35 5C 27 2A 0 40 F5 1B 1C
Octal 70 65 134 47 52 0 100 365 33 34
Binary 111000 110101 1011100 100111 101010 0 1000000 11110101 11011 11100

Color Harmonies of #38355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38355C

Black with #38355C

Text Example


Text Example

White with #38355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38355C; }

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

 H1.HeaderClassName
 {
   color: #38355C;
 }
 .AnyTagClassName
 {
   color: #38355C;
 }
</style>

background-color css

<style>
 a { background-color: #38355C; }

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

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

border-color css

<style>
 span { border-color: #38355C; }

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

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