Html Css Color HEX #383A71 Torea Bay

📋 copy color: '#383A71'

red 56 ◦ green 58 ◦ blue 113

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

Shades of Torea Bay #383A71

Tints of Torea Bay #383A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 24.67%
G = 25.55%
B = 49.78%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383A71 (or 0x383A71) is known color: Torea Bay. HEX triplet: 38, 3A and 71. RGB value is (56,58,113). Sum of RGB (Red+Green+Blue) = 56+58+113=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #383A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A71 is #C7C58E. Grayscale: #3F3F3F. Windows color (decimal): -13092239 or 7420472. OLE color: 7420472.

HSL color Cylindrical-coordinate representation of color #383A71: hue angle of 237.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383A71 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 58 113 -
CMYK 0.50 0.49 0 0.56
HSL 237.89º 0.34% 0.33% -
HSV(B) 237.89º 0.5% 0.44% -
XYZ 6.12 5.06 16.28 -
YUV 63.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 56 58 113 0.50 0.49 0 0.56 237.89 0.34 0.33
Hex 38 3A 71 32 31 0 38 EE 22 21
Octal 70 72 161 62 61 0 70 356 42 41
Binary 111000 111010 1110001 110010 110001 0 111000 11101110 100010 100001

Color Harmonies of #383A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A71

Black with #383A71

Text Example


Text Example

White with #383A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,58,113); }

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

background-color css

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

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

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

border-color css

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

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

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