Html Css Color HEX #335C73 Blumine

📋 copy color: '#335C73'

red 51 ◦ green 92 ◦ blue 115

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

Shades of Blumine #335C73

Tints of Blumine #335C73

RGB

 RED value IS 51 (20.31% from 255) = 19.77%

 GREEN value IS 92 (36.33% from 255) = 35.66%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 19.77%
G = 35.66%
B = 44.57%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335C73 (or 0x335C73) is known color: Blumine. HEX triplet: 33, 5C and 73. RGB value is (51,92,115). Sum of RGB (Red+Green+Blue) = 51+92+115=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #335C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C73 is #CCA38C. Grayscale: #525252. Windows color (decimal): -13411213 or 7560243. OLE color: 7560243.

HSL color Cylindrical-coordinate representation of color #335C73: hue angle of 201.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335C73 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 92 115 -
CMYK 0.56 0.20 0 0.55
HSL 201.56º 0.39% 0.33% -
HSV(B) 201.56º 0.56% 0.45% -
XYZ 8.29 9.6 17.64 -
YUV 82.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 51 92 115 0.56 0.20 0 0.55 201.56 0.39 0.33
Hex 33 5C 73 38 14 0 37 CA 27 21
Octal 63 134 163 70 24 0 67 312 47 41
Binary 110011 1011100 1110011 111000 10100 0 110111 11001010 100111 100001

Color Harmonies of #335C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C73

Black with #335C73

Text Example


Text Example

White with #335C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335C73; }

 p { color: rgb(51,92,115); }

 H1.HeaderClassName
 {
   color: #335C73;
 }
 .AnyTagClassName
 {
   color: #335C73;
 }
</style>

background-color css

<style>
 a { background-color: #335C73; }

 a { background-color: rgb(51,92,115); }

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

border-color css

<style>
 span { border-color: #335C73; }

 span { border-color: rgb(51,92,115); }

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