Html Css Color HEX #383C78 Torea Bay

📋 copy color: '#383C78'

red 56 ◦ green 60 ◦ blue 120

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

Shades of Torea Bay #383C78

Tints of Torea Bay #383C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

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

R = 23.73%
G = 25.42%
B = 50.85%

CMYK

 C value IS 0.53

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#383C78 (or 0x383C78) is known color: Torea Bay. HEX triplet: 38, 3C and 78. RGB value is (56,60,120). Sum of RGB (Red+Green+Blue) = 56+60+120=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #383C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C78 is #C7C387. Grayscale: #414141. Windows color (decimal): -13091720 or 7879736. OLE color: 7879736.

HSL color Cylindrical-coordinate representation of color #383C78: hue angle of 236.25º 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 #383C78 is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 60 120 -
CMYK 0.53 0.5 0 0.53
HSL 236.25º 0.36% 0.35% -
HSV(B) 236.25º 0.53% 0.47% -
XYZ 6.64 5.43 18.47 -
YUV 65.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 56 60 120 0.53 0.5 0 0.53 236.25 0.36 0.35
Hex 38 3C 78 35 32 0 35 EC 24 23
Octal 70 74 170 65 62 0 65 354 44 43
Binary 111000 111100 1111000 110101 110010 0 110101 11101100 100100 100011

Color Harmonies of #383C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C78

Black with #383C78

Text Example


Text Example

White with #383C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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