Html Css Color HEX #3698BC Pelorous

📋 copy color: '#3698BC'

red 54 ◦ green 152 ◦ blue 188

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

Shades of Pelorous #3698BC

Tints of Pelorous #3698BC

RGB

 RED value IS 54 (21.48% from 255) = 13.71%

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

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

R = 13.71%
G = 38.58%
B = 47.72%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3698BC (or 0x3698BC) is known color: Pelorous. HEX triplet: 36, 98 and BC. RGB value is (54,152,188). Sum of RGB (Red+Green+Blue) = 54+152+188=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #3698BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3698BC is #C96743. Grayscale: #7E7E7E. Windows color (decimal): -13199172 or 12359734. OLE color: 12359734.

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

Color convert

RGB 54 152 188 -
CMYK 0.71 0.19 0 0.26
HSL 196.12º 0.55% 0.47% -
HSV(B) 196.12º 0.71% 0.74% -
XYZ 21.83 26.87 51.61 -
YUV 126.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 54 152 188 0.71 0.19 0 0.26 196.12 0.55 0.47
Hex 36 98 BC 47 13 0 1A C4 37 2F
Octal 66 230 274 107 23 0 32 304 67 57
Binary 110110 10011000 10111100 1000111 10011 0 11010 11000100 110111 101111

Color Harmonies of #3698BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3698BC

Black with #3698BC

Text Example


Text Example

White with #3698BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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