Html Css Color HEX #2997CC Pelorous

📋 copy color: '#2997CC'

red 41 ◦ green 151 ◦ blue 204

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

Shades of Pelorous #2997CC

Tints of Pelorous #2997CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 10.35%
G = 38.13%
B = 51.52%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2997CC (or 0x2997CC) is known color: Pelorous. HEX triplet: 29, 97 and CC. RGB value is (41,151,204). Sum of RGB (Red+Green+Blue) = 41+151+204=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #2997CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997CC is #D66833. Grayscale: #7B7B7B. Windows color (decimal): -14051380 or 13408041. OLE color: 13408041.

HSL color Cylindrical-coordinate representation of color #2997CC: hue angle of 199.51º 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 #2997CC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 151 204 -
CMYK 0.80 0.26 0 0.2
HSL 199.51º 0.67% 0.48% -
HSV(B) 199.51º 0.8% 0.8% -
XYZ 22.88 26.96 61.13 -
YUV 124.15 173.06 68.69 -
System Red Green Blue C M Y K H S L
Decimal 41 151 204 0.80 0.26 0 0.2 199.51 0.67 0.48
Hex 29 97 CC 50 1A 0 14 C8 43 30
Octal 51 227 314 120 32 0 24 310 103 60
Binary 101001 10010111 11001100 1010000 11010 0 10100 11001000 1000011 110000

Color Harmonies of #2997CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2997CC

Black with #2997CC

Text Example


Text Example

White with #2997CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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