Html Css Color HEX #383867 Deep Koamaru

📋 copy color: '#383867'

red 56 ◦ green 56 ◦ blue 103

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

Shades of Deep Koamaru #383867

Tints of Deep Koamaru #383867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 103 (40.63% from 255) = 47.91%

R = 26.05%
G = 26.05%
B = 47.91%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#383867 (or 0x383867) is known color: Deep Koamaru. HEX triplet: 38, 38 and 67. RGB value is (56,56,103). Sum of RGB (Red+Green+Blue) = 56+56+103=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #383867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383867 is #C7C798. Grayscale: #3D3D3D. Windows color (decimal): -13092761 or 6764600. OLE color: 6764600.

HSL color Cylindrical-coordinate representation of color #383867: hue angle of 240º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383867 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 56 103 -
CMYK 0.46 0.46 0 0.60
HSL 240º 0.3% 0.31% -
HSV(B) 240º 0.46% 0.4% -
XYZ 5.49 4.65 13.44 -
YUV 61.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 56 56 103 0.46 0.46 0 0.60 240 0.3 0.31
Hex 38 38 67 2E 2E 0 3C F0 1E 1F
Octal 70 70 147 56 56 0 74 360 36 37
Binary 111000 111000 1100111 101110 101110 0 111100 11110000 11110 11111

Color Harmonies of #383867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383867

Black with #383867

Text Example


Text Example

White with #383867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383867; }

 p { color: rgb(56,56,103); }

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

background-color css

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

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

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

border-color css

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

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

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