Html Css Color HEX #335C6D Blumine

📋 copy color: '#335C6D'

red 51 ◦ green 92 ◦ blue 109

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

Shades of Blumine #335C6D

Tints of Blumine #335C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 20.24%
G = 36.51%
B = 43.25%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#335C6D (or 0x335C6D) is known color: Blumine. HEX triplet: 33, 5C and 6D. RGB value is (51,92,109). Sum of RGB (Red+Green+Blue) = 51+92+109=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #335C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C6D is #CCA392. Grayscale: #515151. Windows color (decimal): -13411219 or 7167027. OLE color: 7167027.

HSL color Cylindrical-coordinate representation of color #335C6D: hue angle of 197.59º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #335C6D is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 92 109 -
CMYK 0.53 0.16 0 0.57
HSL 197.59º 0.36% 0.31% -
HSV(B) 197.59º 0.53% 0.43% -
XYZ 7.95 9.46 15.88 -
YUV 81.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 51 92 109 0.53 0.16 0 0.57 197.59 0.36 0.31
Hex 33 5C 6D 35 10 0 39 C6 24 1F
Octal 63 134 155 65 20 0 71 306 44 37
Binary 110011 1011100 1101101 110101 10000 0 111001 11000110 100100 11111

Color Harmonies of #335C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C6D

Black with #335C6D

Text Example


Text Example

White with #335C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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