Html Css Color HEX #363D71 Torea Bay

📋 copy color: '#363D71'

red 54 ◦ green 61 ◦ blue 113

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

Shades of Torea Bay #363D71

Tints of Torea Bay #363D71

RGB

 RED value IS 54 (21.48% from 255) = 23.68%

 GREEN value IS 61 (24.22% from 255) = 26.75%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 23.68%
G = 26.75%
B = 49.56%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363D71 (or 0x363D71) is known color: Torea Bay. HEX triplet: 36, 3D and 71. RGB value is (54,61,113). Sum of RGB (Red+Green+Blue) = 54+61+113=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #363D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D71 is #C9C28E. Grayscale: #404040. Windows color (decimal): -13222543 or 7421238. OLE color: 7421238.

HSL color Cylindrical-coordinate representation of color #363D71: hue angle of 232.88º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363D71 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 61 113 -
CMYK 0.52 0.46 0 0.56
HSL 232.88º 0.35% 0.33% -
HSV(B) 232.88º 0.52% 0.44% -
XYZ 6.17 5.31 16.32 -
YUV 64.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 54 61 113 0.52 0.46 0 0.56 232.88 0.35 0.33
Hex 36 3D 71 34 2E 0 38 E9 23 21
Octal 66 75 161 64 56 0 70 351 43 41
Binary 110110 111101 1110001 110100 101110 0 111000 11101001 100011 100001

Color Harmonies of #363D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D71

Black with #363D71

Text Example


Text Example

White with #363D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363D71; }

 p { color: rgb(54,61,113); }

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

background-color css

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

 a { background-color: rgb(54,61,113); }

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

border-color css

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

 span { border-color: rgb(54,61,113); }

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