Html Css Color HEX #348FA4 Scooter

📋 copy color: '#348FA4'

red 52 ◦ green 143 ◦ blue 164

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

Shades of Scooter #348FA4

Tints of Scooter #348FA4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 164 (64.45% from 255) = 45.68%

R = 14.48%
G = 39.83%
B = 45.68%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#348FA4 (or 0x348FA4) is known color: Scooter. HEX triplet: 34, 8F and A4. RGB value is (52,143,164). Sum of RGB (Red+Green+Blue) = 52+143+164=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #348FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348FA4 is #CB705B. Grayscale: #767676. Windows color (decimal): -13332572 or 10784564. OLE color: 10784564.

HSL color Cylindrical-coordinate representation of color #348FA4: hue angle of 191.25º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348FA4 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 143 164 -
CMYK 0.68 0.13 0 0.36
HSL 191.25º 0.52% 0.42% -
HSV(B) 191.25º 0.68% 0.64% -
XYZ 17.94 23.06 38.63 -
YUV 118.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 52 143 164 0.68 0.13 0 0.36 191.25 0.52 0.42
Hex 34 8F A4 44 D 0 24 BF 34 2A
Octal 64 217 244 104 15 0 44 277 64 52
Binary 110100 10001111 10100100 1000100 1101 0 100100 10111111 110100 101010

Color Harmonies of #348FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FA4

Black with #348FA4

Text Example


Text Example

White with #348FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,164); }

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

background-color css

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

 a { background-color: rgb(52,143,164); }

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

border-color css

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

 span { border-color: rgb(52,143,164); }

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