Html Css Color HEX #384078 Torea Bay

📋 copy color: '#384078'

red 56 ◦ green 64 ◦ blue 120

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

Shades of Torea Bay #384078

Tints of Torea Bay #384078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

 BLUE value IS 120 (47.27% from 255) = 50%

R = 23.33%
G = 26.67%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384078 (or 0x384078) is known color: Torea Bay. HEX triplet: 38, 40 and 78. RGB value is (56,64,120). Sum of RGB (Red+Green+Blue) = 56+64+120=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #384078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384078 is #C7BF87. Grayscale: #434343. Windows color (decimal): -13090696 or 7880760. OLE color: 7880760.

HSL color Cylindrical-coordinate representation of color #384078: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384078 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 64 120 -
CMYK 0.53 0.47 0 0.53
HSL 232.5º 0.36% 0.35% -
HSV(B) 232.5º 0.53% 0.47% -
XYZ 6.85 5.86 18.54 -
YUV 67.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 56 64 120 0.53 0.47 0 0.53 232.5 0.36 0.35
Hex 38 40 78 35 2F 0 35 E8 24 23
Octal 70 100 170 65 57 0 65 350 44 43
Binary 111000 1000000 1111000 110101 101111 0 110101 11101000 100100 100011

Color Harmonies of #384078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384078

Black with #384078

Text Example


Text Example

White with #384078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384078; }

 p { color: rgb(56,64,120); }

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

background-color css

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

 a { background-color: rgb(56,64,120); }

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

border-color css

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

 span { border-color: rgb(56,64,120); }

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