Html Css Color HEX #3498BA Pelorous

📋 copy color: '#3498BA'

red 52 ◦ green 152 ◦ blue 186

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

Shades of Pelorous #3498BA

Tints of Pelorous #3498BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 13.33%
G = 38.97%
B = 47.69%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3498BA (or 0x3498BA) is known color: Pelorous. HEX triplet: 34, 98 and BA. RGB value is (52,152,186). Sum of RGB (Red+Green+Blue) = 52+152+186=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #3498BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3498BA is #CB6745. Grayscale: #7D7D7D. Windows color (decimal): -13330246 or 12228660. OLE color: 12228660.

HSL color Cylindrical-coordinate representation of color #3498BA: hue angle of 195.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3498BA is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 152 186 -
CMYK 0.72 0.18 0 0.27
HSL 195.22º 0.56% 0.47% -
HSV(B) 195.22º 0.72% 0.73% -
XYZ 21.51 26.73 50.48 -
YUV 125.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 52 152 186 0.72 0.18 0 0.27 195.22 0.56 0.47
Hex 34 98 BA 48 12 0 1B C3 38 2F
Octal 64 230 272 110 22 0 33 303 70 57
Binary 110100 10011000 10111010 1001000 10010 0 11011 11000011 111000 101111

Color Harmonies of #3498BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498BA

Black with #3498BA

Text Example


Text Example

White with #3498BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3498BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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