Html Css Color HEX #35407C Torea Bay

📋 copy color: '#35407C'

red 53 ◦ green 64 ◦ blue 124

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

Shades of Torea Bay #35407C

Tints of Torea Bay #35407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

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

R = 21.99%
G = 26.56%
B = 51.45%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35407C (or 0x35407C) is known color: Torea Bay. HEX triplet: 35, 40 and 7C. RGB value is (53,64,124). Sum of RGB (Red+Green+Blue) = 53+64+124=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 64 (25.39% from 255 or 26.56% 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 #35407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35407C is #CABF83. Grayscale: #434343. Windows color (decimal): -13287300 or 8142901. OLE color: 8142901.

HSL color Cylindrical-coordinate representation of color #35407C: hue angle of 230.7º 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 #35407C is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 64 124 -
CMYK 0.57 0.48 0 0.51
HSL 230.7º 0.4% 0.35% -
HSV(B) 230.7º 0.57% 0.49% -
XYZ 6.94 5.88 19.84 -
YUV 67.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 53 64 124 0.57 0.48 0 0.51 230.7 0.4 0.35
Hex 35 40 7C 39 30 0 33 E7 28 23
Octal 65 100 174 71 60 0 63 347 50 43
Binary 110101 1000000 1111100 111001 110000 0 110011 11100111 101000 100011

Color Harmonies of #35407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35407C

Black with #35407C

Text Example


Text Example

White with #35407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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