Html Css Color HEX #3398BC Pelorous

📋 copy color: '#3398BC'

red 51 ◦ green 152 ◦ blue 188

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

Shades of Pelorous #3398BC

Tints of Pelorous #3398BC

RGB

 RED value IS 51 (20.31% from 255) = 13.04%

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

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

R = 13.04%
G = 38.87%
B = 48.08%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3398BC (or 0x3398BC) is known color: Pelorous. HEX triplet: 33, 98 and BC. RGB value is (51,152,188). Sum of RGB (Red+Green+Blue) = 51+152+188=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #3398BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3398BC is #CC6743. Grayscale: #7D7D7D. Windows color (decimal): -13395780 or 12359731. OLE color: 12359731.

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

Color convert

RGB 51 152 188 -
CMYK 0.73 0.19 0 0.26
HSL 195.77º 0.57% 0.47% -
HSV(B) 195.77º 0.73% 0.74% -
XYZ 21.67 26.79 51.61 -
YUV 125.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 51 152 188 0.73 0.19 0 0.26 195.77 0.57 0.47
Hex 33 98 BC 49 13 0 1A C4 39 2F
Octal 63 230 274 111 23 0 32 304 71 57
Binary 110011 10011000 10111100 1001001 10011 0 11010 11000100 111001 101111

Color Harmonies of #3398BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3398BC

Black with #3398BC

Text Example


Text Example

White with #3398BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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