Html Css Color HEX #3498BC Pelorous

📋 copy color: '#3498BC'

red 52 ◦ green 152 ◦ blue 188

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

Shades of Pelorous #3498BC

Tints of Pelorous #3498BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 13.27%
G = 38.78%
B = 47.96%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3498BC (or 0x3498BC) is known color: Pelorous. HEX triplet: 34, 98 and BC. RGB value is (52,152,188). Sum of RGB (Red+Green+Blue) = 52+152+188=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #3498BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3498BC is #CB6743. Grayscale: #7D7D7D. Windows color (decimal): -13330244 or 12359732. OLE color: 12359732.

HSL color Cylindrical-coordinate representation of color #3498BC: hue angle of 195.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3498BC is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 152 188 -
CMYK 0.72 0.19 0 0.26
HSL 195.88º 0.57% 0.47% -
HSV(B) 195.88º 0.72% 0.74% -
XYZ 21.72 26.82 51.61 -
YUV 126.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 52 152 188 0.72 0.19 0 0.26 195.88 0.57 0.47
Hex 34 98 BC 48 13 0 1A C4 39 2F
Octal 64 230 274 110 23 0 32 304 71 57
Binary 110100 10011000 10111100 1001000 10011 0 11010 11000100 111001 101111

Color Harmonies of #3498BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498BC

Black with #3498BC

Text Example


Text Example

White with #3498BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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