Html Css Color HEX #363E71 Torea Bay

📋 copy color: '#363E71'

red 54 ◦ green 62 ◦ blue 113

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

Shades of Torea Bay #363E71

Tints of Torea Bay #363E71

RGB

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

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

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

R = 23.58%
G = 27.07%
B = 49.34%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363E71 (or 0x363E71) is known color: Torea Bay. HEX triplet: 36, 3E and 71. RGB value is (54,62,113). Sum of RGB (Red+Green+Blue) = 54+62+113=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #363E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E71 is #C9C18E. Grayscale: #414141. Windows color (decimal): -13222287 or 7421494. OLE color: 7421494.

HSL color Cylindrical-coordinate representation of color #363E71: hue angle of 231.86º 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 #363E71 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 62 113 -
CMYK 0.52 0.45 0 0.56
HSL 231.86º 0.35% 0.33% -
HSV(B) 231.86º 0.52% 0.44% -
XYZ 6.22 5.42 16.34 -
YUV 65.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 54 62 113 0.52 0.45 0 0.56 231.86 0.35 0.33
Hex 36 3E 71 34 2D 0 38 E8 23 21
Octal 66 76 161 64 55 0 70 350 43 41
Binary 110110 111110 1110001 110100 101101 0 111000 11101000 100011 100001

Color Harmonies of #363E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E71

Black with #363E71

Text Example


Text Example

White with #363E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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