Html Css Color HEX #3698B3 Pelorous

📋 copy color: '#3698B3'

red 54 ◦ green 152 ◦ blue 179

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

Shades of Pelorous #3698B3

Tints of Pelorous #3698B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 14.03%
G = 39.48%
B = 46.49%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3698B3 (or 0x3698B3) is known color: Pelorous. HEX triplet: 36, 98 and B3. RGB value is (54,152,179). Sum of RGB (Red+Green+Blue) = 54+152+179=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #3698B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3698B3 is #C9674C. Grayscale: #7D7D7D. Windows color (decimal): -13199181 or 11769910. OLE color: 11769910.

HSL color Cylindrical-coordinate representation of color #3698B3: hue angle of 192.96º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3698B3 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 54 152 179 -
CMYK 0.70 0.15 0 0.30
HSL 192.96º 0.54% 0.46% -
HSV(B) 192.96º 0.7% 0.7% -
XYZ 20.89 26.5 46.66 -
YUV 125.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 54 152 179 0.70 0.15 0 0.30 192.96 0.54 0.46
Hex 36 98 B3 46 F 0 1E C1 36 2E
Octal 66 230 263 106 17 0 36 301 66 56
Binary 110110 10011000 10110011 1000110 1111 0 11110 11000001 110110 101110

Color Harmonies of #3698B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3698B3

Black with #3698B3

Text Example


Text Example

White with #3698B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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