Html Css Color HEX #2996CF Pelorous

📋 copy color: '#2996CF'

red 41 ◦ green 150 ◦ blue 207

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

Shades of Pelorous #2996CF

Tints of Pelorous #2996CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.69%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 10.3%
G = 37.69%
B = 52.01%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2996CF (or 0x2996CF) is known color: Pelorous. HEX triplet: 29, 96 and CF. RGB value is (41,150,207). Sum of RGB (Red+Green+Blue) = 41+150+207=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #2996CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996CF is #D66930. Grayscale: #7B7B7B. Windows color (decimal): -14051633 or 13604393. OLE color: 13604393.

HSL color Cylindrical-coordinate representation of color #2996CF: hue angle of 200.6º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2996CF is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 150 207 -
CMYK 0.80 0.28 0 0.19
HSL 200.6º 0.67% 0.49% -
HSV(B) 200.6º 0.8% 0.81% -
XYZ 23.08 26.79 62.99 -
YUV 123.91 174.89 68.87 -
System Red Green Blue C M Y K H S L
Decimal 41 150 207 0.80 0.28 0 0.19 200.6 0.67 0.49
Hex 29 96 CF 50 1C 0 13 C9 43 31
Octal 51 226 317 120 34 0 23 311 103 61
Binary 101001 10010110 11001111 1010000 11100 0 10011 11001001 1000011 110001

Color Harmonies of #2996CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2996CF

Black with #2996CF

Text Example


Text Example

White with #2996CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2996CF; }

 p { color: rgb(41,150,207); }

 H1.HeaderClassName
 {
   color: #2996CF;
 }
 .AnyTagClassName
 {
   color: #2996CF;
 }
</style>

background-color css

<style>
 a { background-color: #2996CF; }

 a { background-color: rgb(41,150,207); }

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

border-color css

<style>
 span { border-color: #2996CF; }

 span { border-color: rgb(41,150,207); }

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