Html Css Color HEX #383F74 Torea Bay

📋 copy color: '#383F74'

red 56 ◦ green 63 ◦ blue 116

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

Shades of Torea Bay #383F74

Tints of Torea Bay #383F74

RGB

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

 GREEN value IS 63 (25% from 255) = 26.81%

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 23.83%
G = 26.81%
B = 49.36%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383F74 (or 0x383F74) is known color: Torea Bay. HEX triplet: 38, 3F and 74. RGB value is (56,63,116). Sum of RGB (Red+Green+Blue) = 56+63+116=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #383F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F74 is #C7C08B. Grayscale: #424242. Windows color (decimal): -13090956 or 7618360. OLE color: 7618360.

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

Color convert

RGB 56 63 116 -
CMYK 0.52 0.46 0 0.55
HSL 233º 0.35% 0.34% -
HSV(B) 233º 0.52% 0.45% -
XYZ 6.56 5.66 17.27 -
YUV 66.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 56 63 116 0.52 0.46 0 0.55 233 0.35 0.34
Hex 38 3F 74 34 2E 0 37 E9 23 22
Octal 70 77 164 64 56 0 67 351 43 42
Binary 111000 111111 1110100 110100 101110 0 110111 11101001 100011 100010

Color Harmonies of #383F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F74

Black with #383F74

Text Example


Text Example

White with #383F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,116); }

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

background-color css

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

 a { background-color: rgb(56,63,116); }

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

border-color css

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

 span { border-color: rgb(56,63,116); }

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