Html Css Color HEX #383973 Torea Bay

📋 copy color: '#383973'

red 56 ◦ green 57 ◦ blue 115

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

Shades of Torea Bay #383973

Tints of Torea Bay #383973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 24.56%
G = 25%
B = 50.44%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383973 (or 0x383973) is known color: Torea Bay. HEX triplet: 38, 39 and 73. RGB value is (56,57,115). Sum of RGB (Red+Green+Blue) = 56+57+115=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #383973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383973 is #C7C68C. Grayscale: #3F3F3F. Windows color (decimal): -13092493 or 7551288. OLE color: 7551288.

HSL color Cylindrical-coordinate representation of color #383973: hue angle of 238.98º 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 #383973 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 57 115 -
CMYK 0.51 0.50 0 0.55
HSL 238.98º 0.35% 0.34% -
HSV(B) 238.98º 0.51% 0.45% -
XYZ 6.19 5 16.86 -
YUV 63.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 56 57 115 0.51 0.50 0 0.55 238.98 0.35 0.34
Hex 38 39 73 33 32 0 37 EF 23 22
Octal 70 71 163 63 62 0 67 357 43 42
Binary 111000 111001 1110011 110011 110010 0 110111 11101111 100011 100010

Color Harmonies of #383973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383973

Black with #383973

Text Example


Text Example

White with #383973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383973; }

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

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

background-color css

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

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

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

border-color css

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

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

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