Html Css Color HEX #383D70 Torea Bay

📋 copy color: '#383D70'

red 56 ◦ green 61 ◦ blue 112

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

Shades of Torea Bay #383D70

Tints of Torea Bay #383D70

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.64%

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

R = 24.45%
G = 26.64%
B = 48.91%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383D70 (or 0x383D70) is known color: Torea Bay. HEX triplet: 38, 3D and 70. RGB value is (56,61,112). Sum of RGB (Red+Green+Blue) = 56+61+112=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #383D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D70 is #C7C28F. Grayscale: #414141. Windows color (decimal): -13091472 or 7355704. OLE color: 7355704.

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

Color convert

RGB 56 61 112 -
CMYK 0.50 0.46 0 0.56
HSL 234.64º 0.33% 0.33% -
HSV(B) 234.64º 0.5% 0.44% -
XYZ 6.22 5.35 16.03 -
YUV 65.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 56 61 112 0.50 0.46 0 0.56 234.64 0.33 0.33
Hex 38 3D 70 32 2E 0 38 EB 21 21
Octal 70 75 160 62 56 0 70 353 41 41
Binary 111000 111101 1110000 110010 101110 0 111000 11101011 100001 100001

Color Harmonies of #383D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D70

Black with #383D70

Text Example


Text Example

White with #383D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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