Html Css Color HEX #335A69 Blumine

📋 copy color: '#335A69'

red 51 ◦ green 90 ◦ blue 105

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

Shades of Blumine #335A69

Tints of Blumine #335A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.59%

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 20.73%
G = 36.59%
B = 42.68%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#335A69 (or 0x335A69) is known color: Blumine. HEX triplet: 33, 5A and 69. RGB value is (51,90,105). Sum of RGB (Red+Green+Blue) = 51+90+105=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #335A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A69 is #CCA596. Grayscale: #4F4F4F. Windows color (decimal): -13411735 or 6904371. OLE color: 6904371.

HSL color Cylindrical-coordinate representation of color #335A69: hue angle of 196.67º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335A69 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 90 105 -
CMYK 0.51 0.14 0 0.59
HSL 196.67º 0.35% 0.31% -
HSV(B) 196.67º 0.51% 0.41% -
XYZ 7.57 9.04 14.71 -
YUV 80.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 51 90 105 0.51 0.14 0 0.59 196.67 0.35 0.31
Hex 33 5A 69 33 E 0 3B C5 23 1F
Octal 63 132 151 63 16 0 73 305 43 37
Binary 110011 1011010 1101001 110011 1110 0 111011 11000101 100011 11111

Color Harmonies of #335A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A69

Black with #335A69

Text Example


Text Example

White with #335A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,90,105); }

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

background-color css

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

 a { background-color: rgb(51,90,105); }

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

border-color css

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

 span { border-color: rgb(51,90,105); }

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