Html Css Color HEX #383E72 Torea Bay

📋 copy color: '#383E72'

red 56 ◦ green 62 ◦ blue 114

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

Shades of Torea Bay #383E72

Tints of Torea Bay #383E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 24.14%
G = 26.72%
B = 49.14%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383E72 (or 0x383E72) is known color: Torea Bay. HEX triplet: 38, 3E and 72. RGB value is (56,62,114). Sum of RGB (Red+Green+Blue) = 56+62+114=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #383E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E72 is #C7C18D. Grayscale: #414141. Windows color (decimal): -13091214 or 7487032. OLE color: 7487032.

HSL color Cylindrical-coordinate representation of color #383E72: hue angle of 233.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383E72 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 62 114 -
CMYK 0.51 0.46 0 0.55
HSL 233.79º 0.34% 0.33% -
HSV(B) 233.79º 0.51% 0.45% -
XYZ 6.39 5.5 16.64 -
YUV 66.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 56 62 114 0.51 0.46 0 0.55 233.79 0.34 0.33
Hex 38 3E 72 33 2E 0 37 EA 22 21
Octal 70 76 162 63 56 0 67 352 42 41
Binary 111000 111110 1110010 110011 101110 0 110111 11101010 100010 100001

Color Harmonies of #383E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E72

Black with #383E72

Text Example


Text Example

White with #383E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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