Html Css Color HEX #383E70 Torea Bay

📋 copy color: '#383E70'

red 56 ◦ green 62 ◦ blue 112

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

Shades of Torea Bay #383E70

Tints of Torea Bay #383E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.96%

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

R = 24.35%
G = 26.96%
B = 48.7%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383E70 (or 0x383E70) is known color: Torea Bay. HEX triplet: 38, 3E and 70. RGB value is (56,62,112). Sum of RGB (Red+Green+Blue) = 56+62+112=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #383E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E70 is #C7C18F. Grayscale: #414141. Windows color (decimal): -13091216 or 7355960. OLE color: 7355960.

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

Color convert

RGB 56 62 112 -
CMYK 0.50 0.45 0 0.56
HSL 233.57º 0.33% 0.33% -
HSV(B) 233.57º 0.5% 0.44% -
XYZ 6.28 5.46 16.05 -
YUV 65.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 56 62 112 0.50 0.45 0 0.56 233.57 0.33 0.33
Hex 38 3E 70 32 2D 0 38 EA 21 21
Octal 70 76 160 62 55 0 70 352 41 41
Binary 111000 111110 1110000 110010 101101 0 111000 11101010 100001 100001

Color Harmonies of #383E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E70

Black with #383E70

Text Example


Text Example

White with #383E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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