Html Css Color HEX #3398AF Pelorous

📋 copy color: '#3398AF'

red 51 ◦ green 152 ◦ blue 175

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

Shades of Pelorous #3398AF

Tints of Pelorous #3398AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 13.49%
G = 40.21%
B = 46.3%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3398AF (or 0x3398AF) is known color: Pelorous. HEX triplet: 33, 98 and AF. RGB value is (51,152,175). Sum of RGB (Red+Green+Blue) = 51+152+175=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #3398AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3398AF is #CC6750. Grayscale: #7C7C7C. Windows color (decimal): -13395793 or 11507763. OLE color: 11507763.

HSL color Cylindrical-coordinate representation of color #3398AF: hue angle of 191.13º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3398AF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 152 175 -
CMYK 0.71 0.13 0 0.31
HSL 191.13º 0.55% 0.44% -
HSV(B) 191.13º 0.71% 0.69% -
XYZ 20.33 26.26 44.55 -
YUV 124.42 156.54 75.63 -
System Red Green Blue C M Y K H S L
Decimal 51 152 175 0.71 0.13 0 0.31 191.13 0.55 0.44
Hex 33 98 AF 47 D 0 1F BF 37 2C
Octal 63 230 257 107 15 0 37 277 67 54
Binary 110011 10011000 10101111 1000111 1101 0 11111 10111111 110111 101100

Color Harmonies of #3398AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3398AF

Black with #3398AF

Text Example


Text Example

White with #3398AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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