Html Css Color HEX #339DBB Pelorous

📋 copy color: '#339DBB'

red 51 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #339DBB

Tints of Pelorous #339DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 12.91%
G = 39.75%
B = 47.34%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#339DBB (or 0x339DBB) is known color: Pelorous. HEX triplet: 33, 9D and BB. RGB value is (51,157,187). Sum of RGB (Red+Green+Blue) = 51+157+187=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #339DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339DBB is #CC6244. Grayscale: #808080. Windows color (decimal): -13394501 or 12295475. OLE color: 12295475.

HSL color Cylindrical-coordinate representation of color #339DBB: hue angle of 193.24º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339DBB is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 157 187 -
CMYK 0.73 0.16 0 0.27
HSL 193.24º 0.57% 0.47% -
HSV(B) 193.24º 0.73% 0.73% -
XYZ 22.39 28.41 51.32 -
YUV 128.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 51 157 187 0.73 0.16 0 0.27 193.24 0.57 0.47
Hex 33 9D BB 49 10 0 1B C1 39 2F
Octal 63 235 273 111 20 0 33 301 71 57
Binary 110011 10011101 10111011 1001001 10000 0 11011 11000001 111001 101111

Color Harmonies of #339DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339DBB

Black with #339DBB

Text Example


Text Example

White with #339DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339DBB; }

 p { color: rgb(51,157,187); }

 H1.HeaderClassName
 {
   color: #339DBB;
 }
 .AnyTagClassName
 {
   color: #339DBB;
 }
</style>

background-color css

<style>
 a { background-color: #339DBB; }

 a { background-color: rgb(51,157,187); }

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

border-color css

<style>
 span { border-color: #339DBB; }

 span { border-color: rgb(51,157,187); }

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