Html Css Color HEX #2997CD Pelorous

📋 copy color: '#2997CD'

red 41 ◦ green 151 ◦ blue 205

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

Shades of Pelorous #2997CD

Tints of Pelorous #2997CD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 10.33%
G = 38.04%
B = 51.64%

CMYK

 C value IS 0.8

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2997CD (or 0x2997CD) is known color: Pelorous. HEX triplet: 29, 97 and CD. RGB value is (41,151,205). Sum of RGB (Red+Green+Blue) = 41+151+205=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #2997CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997CD is #D66832. Grayscale: #7B7B7B. Windows color (decimal): -14051379 or 13473577. OLE color: 13473577.

HSL color Cylindrical-coordinate representation of color #2997CD: hue angle of 199.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2997CD is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 151 205 -
CMYK 0.8 0.26 0 0.20
HSL 199.76º 0.67% 0.48% -
HSV(B) 199.76º 0.8% 0.8% -
XYZ 23 27.01 61.76 -
YUV 124.27 173.56 68.61 -
System Red Green Blue C M Y K H S L
Decimal 41 151 205 0.8 0.26 0 0.20 199.76 0.67 0.48
Hex 29 97 CD 50 1A 0 14 C8 43 30
Octal 51 227 315 120 32 0 24 310 103 60
Binary 101001 10010111 11001101 1010000 11010 0 10100 11001000 1000011 110000

Color Harmonies of #2997CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2997CD

Black with #2997CD

Text Example


Text Example

White with #2997CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2997CD; }

 p { color: rgb(41,151,205); }

 H1.HeaderClassName
 {
   color: #2997CD;
 }
 .AnyTagClassName
 {
   color: #2997CD;
 }
</style>

background-color css

<style>
 a { background-color: #2997CD; }

 a { background-color: rgb(41,151,205); }

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

border-color css

<style>
 span { border-color: #2997CD; }

 span { border-color: rgb(41,151,205); }

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