Html Css Color HEX #353E71 Torea Bay

📋 copy color: '#353E71'

red 53 ◦ green 62 ◦ blue 113

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

Shades of Torea Bay #353E71

Tints of Torea Bay #353E71

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 23.25%
G = 27.19%
B = 49.56%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353E71 (or 0x353E71) is known color: Torea Bay. HEX triplet: 35, 3E and 71. RGB value is (53,62,113). Sum of RGB (Red+Green+Blue) = 53+62+113=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #353E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E71 is #CAC18E. Grayscale: #404040. Windows color (decimal): -13287823 or 7421493. OLE color: 7421493.

HSL color Cylindrical-coordinate representation of color #353E71: hue angle of 231º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353E71 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 62 113 -
CMYK 0.53 0.45 0 0.56
HSL 231º 0.36% 0.33% -
HSV(B) 231º 0.53% 0.44% -
XYZ 6.17 5.39 16.34 -
YUV 65.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 53 62 113 0.53 0.45 0 0.56 231 0.36 0.33
Hex 35 3E 71 35 2D 0 38 E7 24 21
Octal 65 76 161 65 55 0 70 347 44 41
Binary 110101 111110 1110001 110101 101101 0 111000 11100111 100100 100001

Color Harmonies of #353E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E71

Black with #353E71

Text Example


Text Example

White with #353E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353E71; }

 p { color: rgb(53,62,113); }

 H1.HeaderClassName
 {
   color: #353E71;
 }
 .AnyTagClassName
 {
   color: #353E71;
 }
</style>

background-color css

<style>
 a { background-color: #353E71; }

 a { background-color: rgb(53,62,113); }

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

border-color css

<style>
 span { border-color: #353E71; }

 span { border-color: rgb(53,62,113); }

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