Html Css Color HEX #338B88 Blue Chill

📋 copy color: '#338B88'

red 51 ◦ green 139 ◦ blue 136

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

Shades of Blue Chill #338B88

Tints of Blue Chill #338B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 15.64%
G = 42.64%
B = 41.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#338B88 (or 0x338B88) is known color: Blue Chill. HEX triplet: 33, 8B and 88. RGB value is (51,139,136). Sum of RGB (Red+Green+Blue) = 51+139+136=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #338B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B88 is #CC7477. Grayscale: #707070. Windows color (decimal): -13399160 or 8948531. OLE color: 8948531.

HSL color Cylindrical-coordinate representation of color #338B88: hue angle of 177.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B88 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 139 136 -
CMYK 0.63 0 0.02 0.45
HSL 177.95º 0.46% 0.37% -
HSV(B) 177.95º 0.63% 0.55% -
XYZ 15.04 20.95 26.54 -
YUV 112.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 51 139 136 0.63 0 0.02 0.45 177.95 0.46 0.37
Hex 33 8B 88 3F 0 2 2D B2 2E 25
Octal 63 213 210 77 0 2 55 262 56 45
Binary 110011 10001011 10001000 111111 0 10 101101 10110010 101110 100101

Color Harmonies of #338B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B88

Black with #338B88

Text Example


Text Example

White with #338B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338B88; }

 p { color: rgb(51,139,136); }

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

background-color css

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

 a { background-color: rgb(51,139,136); }

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

border-color css

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

 span { border-color: rgb(51,139,136); }

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