Html Css Color HEX #348698 Scooter

📋 copy color: '#348698'

red 52 ◦ green 134 ◦ blue 152

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

Shades of Scooter #348698

Tints of Scooter #348698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 15.38%
G = 39.64%
B = 44.97%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#348698 (or 0x348698) is known color: Scooter. HEX triplet: 34, 86 and 98. RGB value is (52,134,152). Sum of RGB (Red+Green+Blue) = 52+134+152=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #348698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348698 is #CB7967. Grayscale: #6F6F6F. Windows color (decimal): -13334888 or 9995828. OLE color: 9995828.

HSL color Cylindrical-coordinate representation of color #348698: hue angle of 190.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #348698 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 134 152 -
CMYK 0.66 0.12 0 0.40
HSL 190.8º 0.49% 0.4% -
HSV(B) 190.8º 0.66% 0.6% -
XYZ 15.61 20.05 32.75 -
YUV 111.53 150.83 85.54 -
System Red Green Blue C M Y K H S L
Decimal 52 134 152 0.66 0.12 0 0.40 190.8 0.49 0.4
Hex 34 86 98 42 C 0 28 BF 31 28
Octal 64 206 230 102 14 0 50 277 61 50
Binary 110100 10000110 10011000 1000010 1100 0 101000 10111111 110001 101000

Color Harmonies of #348698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348698

Black with #348698

Text Example


Text Example

White with #348698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348698; }

 p { color: rgb(52,134,152); }

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

background-color css

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

 a { background-color: rgb(52,134,152); }

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

border-color css

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

 span { border-color: rgb(52,134,152); }

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