Html Css Color HEX #2992CD Curious Blue

📋 copy color: '#2992CD'

red 41 ◦ green 146 ◦ blue 205

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

Shades of Curious Blue #2992CD

Tints of Curious Blue #2992CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

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

R = 10.46%
G = 37.24%
B = 52.3%

CMYK

 C value IS 0.8

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2992CD (or 0x2992CD) is known color: Curious Blue. HEX triplet: 29, 92 and CD. RGB value is (41,146,205). Sum of RGB (Red+Green+Blue) = 41+146+205=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #2992CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2992CD is #D66D32. Grayscale: #787878. Windows color (decimal): -14052659 or 13472297. OLE color: 13472297.

HSL color Cylindrical-coordinate representation of color #2992CD: hue angle of 201.59º 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 #2992CD is Cyan = 0.8, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 146 205 -
CMYK 0.8 0.29 0 0.20
HSL 201.59º 0.67% 0.48% -
HSV(B) 201.59º 0.8% 0.8% -
XYZ 22.21 25.44 61.5 -
YUV 121.33 175.21 70.7 -
System Red Green Blue C M Y K H S L
Decimal 41 146 205 0.8 0.29 0 0.20 201.59 0.67 0.48
Hex 29 92 CD 50 1D 0 14 CA 43 30
Octal 51 222 315 120 35 0 24 312 103 60
Binary 101001 10010010 11001101 1010000 11101 0 10100 11001010 1000011 110000

Color Harmonies of #2992CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2992CD

Black with #2992CD

Text Example


Text Example

White with #2992CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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