Html Css Color HEX #383B68 Deep Koamaru

📋 copy color: '#383B68'

red 56 ◦ green 59 ◦ blue 104

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

Shades of Deep Koamaru #383B68

Tints of Deep Koamaru #383B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.94%

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 25.57%
G = 26.94%
B = 47.49%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383B68 (or 0x383B68) is known color: Deep Koamaru. HEX triplet: 38, 3B and 68. RGB value is (56,59,104). Sum of RGB (Red+Green+Blue) = 56+59+104=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #383B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B68 is #C7C497. Grayscale: #3F3F3F. Windows color (decimal): -13091992 or 6830904. OLE color: 6830904.

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

Color convert

RGB 56 59 104 -
CMYK 0.46 0.43 0 0.59
HSL 236.25º 0.3% 0.31% -
HSV(B) 236.25º 0.46% 0.41% -
XYZ 5.69 4.97 13.76 -
YUV 63.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 56 59 104 0.46 0.43 0 0.59 236.25 0.3 0.31
Hex 38 3B 68 2E 2B 0 3B EC 1E 1F
Octal 70 73 150 56 53 0 73 354 36 37
Binary 111000 111011 1101000 101110 101011 0 111011 11101100 11110 11111

Color Harmonies of #383B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B68

Black with #383B68

Text Example


Text Example

White with #383B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383B68; }

 p { color: rgb(56,59,104); }

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

background-color css

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

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

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

border-color css

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

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

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