Html Css Color HEX #384075 Torea Bay

📋 copy color: '#384075'

red 56 ◦ green 64 ◦ blue 117

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

Shades of Torea Bay #384075

Tints of Torea Bay #384075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 23.63%
G = 27%
B = 49.37%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384075 (or 0x384075) is known color: Torea Bay. HEX triplet: 38, 40 and 75. RGB value is (56,64,117). Sum of RGB (Red+Green+Blue) = 56+64+117=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #384075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384075 is #C7BF8A. Grayscale: #434343. Windows color (decimal): -13090699 or 7684152. OLE color: 7684152.

HSL color Cylindrical-coordinate representation of color #384075: hue angle of 232.13º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384075 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 64 117 -
CMYK 0.52 0.45 0 0.54
HSL 232.13º 0.35% 0.34% -
HSV(B) 232.13º 0.52% 0.46% -
XYZ 6.68 5.79 17.6 -
YUV 67.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 56 64 117 0.52 0.45 0 0.54 232.13 0.35 0.34
Hex 38 40 75 34 2D 0 36 E8 23 22
Octal 70 100 165 64 55 0 66 350 43 42
Binary 111000 1000000 1110101 110100 101101 0 110110 11101000 100011 100010

Color Harmonies of #384075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384075

Black with #384075

Text Example


Text Example

White with #384075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384075; }

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

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

background-color css

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

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

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

border-color css

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

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

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