Html Css Color HEX #348B9C Scooter

📋 copy color: '#348B9C'

red 52 ◦ green 139 ◦ blue 156

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

Shades of Scooter #348B9C

Tints of Scooter #348B9C

RGB

 RED value IS 52 (20.7% from 255) = 14.99%

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 14.99%
G = 40.06%
B = 44.96%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#348B9C (or 0x348B9C) is known color: Scooter. HEX triplet: 34, 8B and 9C. RGB value is (52,139,156). Sum of RGB (Red+Green+Blue) = 52+139+156=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #348B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B9C is #CB7463. Grayscale: #727272. Windows color (decimal): -13333604 or 10259252. OLE color: 10259252.

HSL color Cylindrical-coordinate representation of color #348B9C: hue angle of 189.81º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #348B9C is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 139 156 -
CMYK 0.67 0.11 0 0.39
HSL 189.81º 0.5% 0.41% -
HSV(B) 189.81º 0.67% 0.61% -
XYZ 16.65 21.6 34.74 -
YUV 114.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 52 139 156 0.67 0.11 0 0.39 189.81 0.5 0.41
Hex 34 8B 9C 43 B 0 27 BE 32 29
Octal 64 213 234 103 13 0 47 276 62 51
Binary 110100 10001011 10011100 1000011 1011 0 100111 10111110 110010 101001

Color Harmonies of #348B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B9C

Black with #348B9C

Text Example


Text Example

White with #348B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348B9C; }

 p { color: rgb(52,139,156); }

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

background-color css

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

 a { background-color: rgb(52,139,156); }

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

border-color css

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

 span { border-color: rgb(52,139,156); }

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