Html Css Color HEX #3698B5 Pelorous

📋 copy color: '#3698B5'

red 54 ◦ green 152 ◦ blue 181

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

Shades of Pelorous #3698B5

Tints of Pelorous #3698B5

RGB

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

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

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

R = 13.95%
G = 39.28%
B = 46.77%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3698B5 (or 0x3698B5) is known color: Pelorous. HEX triplet: 36, 98 and B5. RGB value is (54,152,181). Sum of RGB (Red+Green+Blue) = 54+152+181=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #3698B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3698B5 is #C9674A. Grayscale: #7D7D7D. Windows color (decimal): -13199179 or 11900982. OLE color: 11900982.

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

Color convert

RGB 54 152 181 -
CMYK 0.70 0.16 0 0.29
HSL 193.7º 0.54% 0.46% -
HSV(B) 193.7º 0.7% 0.71% -
XYZ 21.09 26.58 47.73 -
YUV 126 159.03 76.64 -
System Red Green Blue C M Y K H S L
Decimal 54 152 181 0.70 0.16 0 0.29 193.7 0.54 0.46
Hex 36 98 B5 46 10 0 1D C2 36 2E
Octal 66 230 265 106 20 0 35 302 66 56
Binary 110110 10011000 10110101 1000110 10000 0 11101 11000010 110110 101110

Color Harmonies of #3698B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3698B5

Black with #3698B5

Text Example


Text Example

White with #3698B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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