Html Css Color HEX #35397C Torea Bay

📋 copy color: '#35397C'

red 53 ◦ green 57 ◦ blue 124

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

Shades of Torea Bay #35397C

Tints of Torea Bay #35397C

RGB

 RED value IS 53 (21.09% from 255) = 22.65%

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 22.65%
G = 24.36%
B = 52.99%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35397C (or 0x35397C) is known color: Torea Bay. HEX triplet: 35, 39 and 7C. RGB value is (53,57,124). Sum of RGB (Red+Green+Blue) = 53+57+124=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #35397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35397C is #CAC683. Grayscale: #3F3F3F. Windows color (decimal): -13289092 or 8141109. OLE color: 8141109.

HSL color Cylindrical-coordinate representation of color #35397C: hue angle of 236.62º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35397C is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 57 124 -
CMYK 0.57 0.54 0 0.51
HSL 236.62º 0.4% 0.35% -
HSV(B) 236.62º 0.57% 0.49% -
XYZ 6.57 5.14 19.71 -
YUV 63.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 53 57 124 0.57 0.54 0 0.51 236.62 0.4 0.35
Hex 35 39 7C 39 36 0 33 ED 28 23
Octal 65 71 174 71 66 0 63 355 50 43
Binary 110101 111001 1111100 111001 110110 0 110011 11101101 101000 100011

Color Harmonies of #35397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35397C

Black with #35397C

Text Example


Text Example

White with #35397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35397C; }

 p { color: rgb(53,57,124); }

 H1.HeaderClassName
 {
   color: #35397C;
 }
 .AnyTagClassName
 {
   color: #35397C;
 }
</style>

background-color css

<style>
 a { background-color: #35397C; }

 a { background-color: rgb(53,57,124); }

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

border-color css

<style>
 span { border-color: #35397C; }

 span { border-color: rgb(53,57,124); }

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