Html Css Color HEX #383873 Torea Bay

📋 copy color: '#383873'

red 56 ◦ green 56 ◦ blue 115

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

Shades of Torea Bay #383873

Tints of Torea Bay #383873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 24.67%
G = 24.67%
B = 50.66%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383873 (or 0x383873) is known color: Torea Bay. HEX triplet: 38, 38 and 73. RGB value is (56,56,115). Sum of RGB (Red+Green+Blue) = 56+56+115=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #383873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383873 is #C7C78C. Grayscale: #3E3E3E. Windows color (decimal): -13092749 or 7551032. OLE color: 7551032.

HSL color Cylindrical-coordinate representation of color #383873: hue angle of 240º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383873 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 56 115 -
CMYK 0.51 0.51 0 0.55
HSL 240º 0.35% 0.34% -
HSV(B) 240º 0.51% 0.45% -
XYZ 6.14 4.91 16.84 -
YUV 62.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 56 56 115 0.51 0.51 0 0.55 240 0.35 0.34
Hex 38 38 73 33 33 0 37 F0 23 22
Octal 70 70 163 63 63 0 67 360 43 42
Binary 111000 111000 1110011 110011 110011 0 110111 11110000 100011 100010

Color Harmonies of #383873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383873

Black with #383873

Text Example


Text Example

White with #383873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383873; }

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

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

background-color css

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

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

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

border-color css

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

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

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