Html Css Color HEX #348BAB Scooter

📋 copy color: '#348BAB'

red 52 ◦ green 139 ◦ blue 171

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

Shades of Scooter #348BAB

Tints of Scooter #348BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 14.36%
G = 38.4%
B = 47.24%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#348BAB (or 0x348BAB) is known color: Scooter. HEX triplet: 34, 8B and AB. RGB value is (52,139,171). Sum of RGB (Red+Green+Blue) = 52+139+171=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #348BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BAB is #CB7454. Grayscale: #747474. Windows color (decimal): -13333589 or 11242292. OLE color: 11242292.

HSL color Cylindrical-coordinate representation of color #348BAB: hue angle of 196.13º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348BAB is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 139 171 -
CMYK 0.70 0.19 0 0.33
HSL 196.13º 0.53% 0.44% -
HSV(B) 196.13º 0.7% 0.67% -
XYZ 18 22.14 41.85 -
YUV 116.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 52 139 171 0.70 0.19 0 0.33 196.13 0.53 0.44
Hex 34 8B AB 46 13 0 21 C4 35 2C
Octal 64 213 253 106 23 0 41 304 65 54
Binary 110100 10001011 10101011 1000110 10011 0 100001 11000100 110101 101100

Color Harmonies of #348BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BAB

Black with #348BAB

Text Example


Text Example

White with #348BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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