Html Css Color HEX #35407E Torea Bay

📋 copy color: '#35407E'

red 53 ◦ green 64 ◦ blue 126

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

Shades of Torea Bay #35407E

Tints of Torea Bay #35407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.85%

R = 21.81%
G = 26.34%
B = 51.85%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35407E (or 0x35407E) is known color: Torea Bay. HEX triplet: 35, 40 and 7E. RGB value is (53,64,126). Sum of RGB (Red+Green+Blue) = 53+64+126=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #35407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35407E is #CABF81. Grayscale: #434343. Windows color (decimal): -13287298 or 8273973. OLE color: 8273973.

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

Color convert

RGB 53 64 126 -
CMYK 0.58 0.49 0 0.51
HSL 230.96º 0.41% 0.35% -
HSV(B) 230.96º 0.58% 0.49% -
XYZ 7.07 5.93 20.51 -
YUV 67.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 53 64 126 0.58 0.49 0 0.51 230.96 0.41 0.35
Hex 35 40 7E 3A 31 0 33 E7 29 23
Octal 65 100 176 72 61 0 63 347 51 43
Binary 110101 1000000 1111110 111010 110001 0 110011 11100111 101001 100011

Color Harmonies of #35407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35407E

Black with #35407E

Text Example


Text Example

White with #35407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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