Html Css Color HEX #338590 Blue Chill

📋 copy color: '#338590'

red 51 ◦ green 133 ◦ blue 144

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

Shades of Blue Chill #338590

Tints of Blue Chill #338590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 15.55%
G = 40.55%
B = 43.9%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#338590 (or 0x338590) is known color: Blue Chill. HEX triplet: 33, 85 and 90. RGB value is (51,133,144). Sum of RGB (Red+Green+Blue) = 51+133+144=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #338590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338590 is #CC7A6F. Grayscale: #6D6D6D. Windows color (decimal): -13400688 or 9471283. OLE color: 9471283.

HSL color Cylindrical-coordinate representation of color #338590: hue angle of 187.1º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338590 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 133 144 -
CMYK 0.65 0.08 0 0.44
HSL 187.1º 0.48% 0.38% -
HSV(B) 187.1º 0.65% 0.56% -
XYZ 14.79 19.49 29.37 -
YUV 109.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 51 133 144 0.65 0.08 0 0.44 187.1 0.48 0.38
Hex 33 85 90 41 8 0 2C BB 30 26
Octal 63 205 220 101 10 0 54 273 60 46
Binary 110011 10000101 10010000 1000001 1000 0 101100 10111011 110000 100110

Color Harmonies of #338590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338590

Black with #338590

Text Example


Text Example

White with #338590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338590; }

 p { color: rgb(51,133,144); }

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

background-color css

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

 a { background-color: rgb(51,133,144); }

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

border-color css

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

 span { border-color: rgb(51,133,144); }

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