Html Css Color HEX #383F70 Torea Bay

📋 copy color: '#383F70'

red 56 ◦ green 63 ◦ blue 112

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

Shades of Torea Bay #383F70

Tints of Torea Bay #383F70

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

 BLUE value IS 112 (44.14% from 255) = 48.48%

R = 24.24%
G = 27.27%
B = 48.48%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383F70 (or 0x383F70) is known color: Torea Bay. HEX triplet: 38, 3F and 70. RGB value is (56,63,112). Sum of RGB (Red+Green+Blue) = 56+63+112=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #383F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F70 is #C7C08F. Grayscale: #424242. Windows color (decimal): -13090960 or 7356216. OLE color: 7356216.

HSL color Cylindrical-coordinate representation of color #383F70: hue angle of 232.5º degrees, saturation: 0.33, 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 #383F70 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 63 112 -
CMYK 0.50 0.44 0 0.56
HSL 232.5º 0.33% 0.33% -
HSV(B) 232.5º 0.5% 0.44% -
XYZ 6.33 5.57 16.07 -
YUV 66.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 56 63 112 0.50 0.44 0 0.56 232.5 0.33 0.33
Hex 38 3F 70 32 2C 0 38 E8 21 21
Octal 70 77 160 62 54 0 70 350 41 41
Binary 111000 111111 1110000 110010 101100 0 111000 11101000 100001 100001

Color Harmonies of #383F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F70

Black with #383F70

Text Example


Text Example

White with #383F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,112); }

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

background-color css

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

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

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

border-color css

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

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

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