Html Css Color HEX #383674 Deep Koamaru

📋 copy color: '#383674'

red 56 ◦ green 54 ◦ blue 116

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

Shades of Deep Koamaru #383674

Tints of Deep Koamaru #383674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.33%

R = 24.78%
G = 23.89%
B = 51.33%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383674 (or 0x383674) is known color: Deep Koamaru. HEX triplet: 38, 36 and 74. RGB value is (56,54,116). Sum of RGB (Red+Green+Blue) = 56+54+116=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #383674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383674 is #C7C98B. Grayscale: #3D3D3D. Windows color (decimal): -13093260 or 7616056. OLE color: 7616056.

HSL color Cylindrical-coordinate representation of color #383674: hue angle of 241.94º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #383674 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 54 116 -
CMYK 0.52 0.53 0 0.55
HSL 241.94º 0.36% 0.33% -
HSV(B) 241.94º 0.53% 0.45% -
XYZ 6.1 4.74 17.12 -
YUV 61.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 56 54 116 0.52 0.53 0 0.55 241.94 0.36 0.33
Hex 38 36 74 34 35 0 37 F2 24 21
Octal 70 66 164 64 65 0 67 362 44 41
Binary 111000 110110 1110100 110100 110101 0 110111 11110010 100100 100001

Color Harmonies of #383674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383674

Black with #383674

Text Example


Text Example

White with #383674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383674; }

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

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

background-color css

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

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

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

border-color css

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

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

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