Html Css Color HEX #3398B7 Pelorous

📋 copy color: '#3398B7'

red 51 ◦ green 152 ◦ blue 183

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

Shades of Pelorous #3398B7

Tints of Pelorous #3398B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 13.21%
G = 39.38%
B = 47.41%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3398B7 (or 0x3398B7) is known color: Pelorous. HEX triplet: 33, 98 and B7. RGB value is (51,152,183). Sum of RGB (Red+Green+Blue) = 51+152+183=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #3398B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3398B7 is #CC6748. Grayscale: #7D7D7D. Windows color (decimal): -13395785 or 12032051. OLE color: 12032051.

HSL color Cylindrical-coordinate representation of color #3398B7: hue angle of 194.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3398B7 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 152 183 -
CMYK 0.72 0.17 0 0.28
HSL 194.09º 0.56% 0.46% -
HSV(B) 194.09º 0.72% 0.72% -
XYZ 21.14 26.58 48.82 -
YUV 125.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 51 152 183 0.72 0.17 0 0.28 194.09 0.56 0.46
Hex 33 98 B7 48 11 0 1C C2 38 2E
Octal 63 230 267 110 21 0 34 302 70 56
Binary 110011 10011000 10110111 1001000 10001 0 11100 11000010 111000 101110

Color Harmonies of #3398B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3398B7

Black with #3398B7

Text Example


Text Example

White with #3398B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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