Html Css Color HEX #348BAA Scooter

📋 copy color: '#348BAA'

red 52 ◦ green 139 ◦ blue 170

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

Shades of Scooter #348BAA

Tints of Scooter #348BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 14.4%
G = 38.5%
B = 47.09%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#348BAA (or 0x348BAA) is known color: Scooter. HEX triplet: 34, 8B and AA. RGB value is (52,139,170). Sum of RGB (Red+Green+Blue) = 52+139+170=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #348BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BAA is #CB7455. Grayscale: #747474. Windows color (decimal): -13333590 or 11176756. OLE color: 11176756.

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

Color convert

RGB 52 139 170 -
CMYK 0.69 0.18 0 0.33
HSL 195.76º 0.53% 0.44% -
HSV(B) 195.76º 0.69% 0.67% -
XYZ 17.9 22.1 41.35 -
YUV 116.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 52 139 170 0.69 0.18 0 0.33 195.76 0.53 0.44
Hex 34 8B AA 45 12 0 21 C4 35 2C
Octal 64 213 252 105 22 0 41 304 65 54
Binary 110100 10001011 10101010 1000101 10010 0 100001 11000100 110101 101100

Color Harmonies of #348BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BAA

Black with #348BAA

Text Example


Text Example

White with #348BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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