Html Css Color HEX #338B9F Scooter

📋 copy color: '#338B9F'

red 51 ◦ green 139 ◦ blue 159

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

Shades of Scooter #338B9F

Tints of Scooter #338B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.56%

R = 14.61%
G = 39.83%
B = 45.56%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#338B9F (or 0x338B9F) is known color: Scooter. HEX triplet: 33, 8B and 9F. RGB value is (51,139,159). Sum of RGB (Red+Green+Blue) = 51+139+159=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #338B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B9F is #CC7460. Grayscale: #727272. Windows color (decimal): -13399137 or 10455859. OLE color: 10455859.

HSL color Cylindrical-coordinate representation of color #338B9F: hue angle of 191.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #338B9F is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 139 159 -
CMYK 0.68 0.13 0 0.38
HSL 191.11º 0.51% 0.41% -
HSV(B) 191.11º 0.68% 0.62% -
XYZ 16.86 21.67 36.1 -
YUV 114.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 51 139 159 0.68 0.13 0 0.38 191.11 0.51 0.41
Hex 33 8B 9F 44 D 0 26 BF 33 29
Octal 63 213 237 104 15 0 46 277 63 51
Binary 110011 10001011 10011111 1000100 1101 0 100110 10111111 110011 101001

Color Harmonies of #338B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B9F

Black with #338B9F

Text Example


Text Example

White with #338B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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