Html Css Color HEX #383B70 Torea Bay

📋 copy color: '#383B70'

red 56 ◦ green 59 ◦ blue 112

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

Shades of Torea Bay #383B70

Tints of Torea Bay #383B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

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

R = 24.67%
G = 25.99%
B = 49.34%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383B70 (or 0x383B70) is known color: Torea Bay. HEX triplet: 38, 3B and 70. RGB value is (56,59,112). Sum of RGB (Red+Green+Blue) = 56+59+112=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #383B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B70 is #C7C48F. Grayscale: #3F3F3F. Windows color (decimal): -13091984 or 7355192. OLE color: 7355192.

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

Color convert

RGB 56 59 112 -
CMYK 0.50 0.47 0 0.56
HSL 236.79º 0.33% 0.33% -
HSV(B) 236.79º 0.5% 0.44% -
XYZ 6.12 5.14 16 -
YUV 64.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 56 59 112 0.50 0.47 0 0.56 236.79 0.33 0.33
Hex 38 3B 70 32 2F 0 38 ED 21 21
Octal 70 73 160 62 57 0 70 355 41 41
Binary 111000 111011 1110000 110010 101111 0 111000 11101101 100001 100001

Color Harmonies of #383B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B70

Black with #383B70

Text Example


Text Example

White with #383B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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