Html Css Color HEX #383E7A Torea Bay

📋 copy color: '#383E7A'

red 56 ◦ green 62 ◦ blue 122

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

Shades of Torea Bay #383E7A

Tints of Torea Bay #383E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.83%

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 23.33%
G = 25.83%
B = 50.83%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#383E7A (or 0x383E7A) is known color: Torea Bay. HEX triplet: 38, 3E and 7A. RGB value is (56,62,122). Sum of RGB (Red+Green+Blue) = 56+62+122=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #383E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E7A is #C7C185. Grayscale: #424242. Windows color (decimal): -13091206 or 8011320. OLE color: 8011320.

HSL color Cylindrical-coordinate representation of color #383E7A: hue angle of 234.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #383E7A is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 62 122 -
CMYK 0.54 0.49 0 0.52
HSL 234.55º 0.37% 0.35% -
HSV(B) 234.55º 0.54% 0.48% -
XYZ 6.87 5.69 19.15 -
YUV 67.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 56 62 122 0.54 0.49 0 0.52 234.55 0.37 0.35
Hex 38 3E 7A 36 31 0 34 EB 25 23
Octal 70 76 172 66 61 0 64 353 45 43
Binary 111000 111110 1111010 110110 110001 0 110100 11101011 100101 100011

Color Harmonies of #383E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E7A

Black with #383E7A

Text Example


Text Example

White with #383E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,62,122); }

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

background-color css

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

 a { background-color: rgb(56,62,122); }

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

border-color css

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

 span { border-color: rgb(56,62,122); }

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