Html Css Color HEX #363F7C Torea Bay

📋 copy color: '#363F7C'

red 54 ◦ green 63 ◦ blue 124

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

Shades of Torea Bay #363F7C

Tints of Torea Bay #363F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.45%

R = 22.41%
G = 26.14%
B = 51.45%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#363F7C (or 0x363F7C) is known color: Torea Bay. HEX triplet: 36, 3F and 7C. RGB value is (54,63,124). Sum of RGB (Red+Green+Blue) = 54+63+124=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #363F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F7C is #C9C083. Grayscale: #434343. Windows color (decimal): -13222020 or 8142646. OLE color: 8142646.

HSL color Cylindrical-coordinate representation of color #363F7C: hue angle of 232.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363F7C is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 63 124 -
CMYK 0.56 0.49 0 0.51
HSL 232.29º 0.39% 0.35% -
HSV(B) 232.29º 0.56% 0.49% -
XYZ 6.94 5.79 19.82 -
YUV 67.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 54 63 124 0.56 0.49 0 0.51 232.29 0.39 0.35
Hex 36 3F 7C 38 31 0 33 E8 27 23
Octal 66 77 174 70 61 0 63 350 47 43
Binary 110110 111111 1111100 111000 110001 0 110011 11101000 100111 100011

Color Harmonies of #363F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F7C

Black with #363F7C

Text Example


Text Example

White with #363F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,124); }

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

background-color css

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

 a { background-color: rgb(54,63,124); }

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

border-color css

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

 span { border-color: rgb(54,63,124); }

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