Html Css Color HEX #299EBB Pelorous

📋 copy color: '#299EBB'

red 41 ◦ green 158 ◦ blue 187

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

Shades of Pelorous #299EBB

Tints of Pelorous #299EBB

RGB

 RED value IS 41 (16.41% from 255) = 10.62%

 GREEN value IS 158 (62.11% from 255) = 40.93%

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

R = 10.62%
G = 40.93%
B = 48.45%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#299EBB (or 0x299EBB) is known color: Pelorous. HEX triplet: 29, 9E and BB. RGB value is (41,158,187). Sum of RGB (Red+Green+Blue) = 41+158+187=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #299EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299EBB is #D66144. Grayscale: #7E7E7E. Windows color (decimal): -14049605 or 12295721. OLE color: 12295721.

HSL color Cylindrical-coordinate representation of color #299EBB: hue angle of 191.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299EBB is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 158 187 -
CMYK 0.78 0.16 0 0.27
HSL 191.92º 0.64% 0.45% -
HSV(B) 191.92º 0.78% 0.73% -
XYZ 22.11 28.51 51.35 -
YUV 126.32 162.24 67.14 -
System Red Green Blue C M Y K H S L
Decimal 41 158 187 0.78 0.16 0 0.27 191.92 0.64 0.45
Hex 29 9E BB 4E 10 0 1B C0 40 2D
Octal 51 236 273 116 20 0 33 300 100 55
Binary 101001 10011110 10111011 1001110 10000 0 11011 11000000 1000000 101101

Color Harmonies of #299EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EBB

Black with #299EBB

Text Example


Text Example

White with #299EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299EBB; }

 p { color: rgb(41,158,187); }

 H1.HeaderClassName
 {
   color: #299EBB;
 }
 .AnyTagClassName
 {
   color: #299EBB;
 }
</style>

background-color css

<style>
 a { background-color: #299EBB; }

 a { background-color: rgb(41,158,187); }

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

border-color css

<style>
 span { border-color: #299EBB; }

 span { border-color: rgb(41,158,187); }

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