Html Css Color HEX #3498B5 Pelorous

📋 copy color: '#3498B5'

red 52 ◦ green 152 ◦ blue 181

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

Shades of Pelorous #3498B5

Tints of Pelorous #3498B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 13.51%
G = 39.48%
B = 47.01%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3498B5 (or 0x3498B5) is known color: Pelorous. HEX triplet: 34, 98 and B5. RGB value is (52,152,181). Sum of RGB (Red+Green+Blue) = 52+152+181=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #3498B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3498B5 is #CB674A. Grayscale: #7D7D7D. Windows color (decimal): -13330251 or 11900980. OLE color: 11900980.

HSL color Cylindrical-coordinate representation of color #3498B5: hue angle of 193.49º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3498B5 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 152 181 -
CMYK 0.71 0.16 0 0.29
HSL 193.49º 0.55% 0.46% -
HSV(B) 193.49º 0.71% 0.71% -
XYZ 20.98 26.52 47.73 -
YUV 125.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 52 152 181 0.71 0.16 0 0.29 193.49 0.55 0.46
Hex 34 98 B5 47 10 0 1D C1 37 2E
Octal 64 230 265 107 20 0 35 301 67 56
Binary 110100 10011000 10110101 1000111 10000 0 11101 11000001 110111 101110

Color Harmonies of #3498B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498B5

Black with #3498B5

Text Example


Text Example

White with #3498B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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