Html Css Color HEX #35407B Torea Bay

📋 copy color: '#35407B'

red 53 ◦ green 64 ◦ blue 123

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

Shades of Torea Bay #35407B

Tints of Torea Bay #35407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.25%

R = 22.08%
G = 26.67%
B = 51.25%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#35407B (or 0x35407B) is known color: Torea Bay. HEX triplet: 35, 40 and 7B. RGB value is (53,64,123). Sum of RGB (Red+Green+Blue) = 53+64+123=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #35407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35407B is #CABF84. Grayscale: #434343. Windows color (decimal): -13287301 or 8077365. OLE color: 8077365.

HSL color Cylindrical-coordinate representation of color #35407B: hue angle of 230.57º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35407B is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 64 123 -
CMYK 0.57 0.48 0 0.52
HSL 230.57º 0.4% 0.35% -
HSV(B) 230.57º 0.57% 0.48% -
XYZ 6.88 5.85 19.51 -
YUV 67.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 53 64 123 0.57 0.48 0 0.52 230.57 0.4 0.35
Hex 35 40 7B 39 30 0 34 E7 28 23
Octal 65 100 173 71 60 0 64 347 50 43
Binary 110101 1000000 1111011 111001 110000 0 110100 11100111 101000 100011

Color Harmonies of #35407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35407B

Black with #35407B

Text Example


Text Example

White with #35407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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