Html Css Color HEX #3295CD Curious Blue

📋 copy color: '#3295CD'

red 50 ◦ green 149 ◦ blue 205

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

Shades of Curious Blue #3295CD

Tints of Curious Blue #3295CD

RGB

 RED value IS 50 (19.92% from 255) = 12.38%

 GREEN value IS 149 (58.59% from 255) = 36.88%

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

R = 12.38%
G = 36.88%
B = 50.74%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3295CD (or 0x3295CD) is known color: Curious Blue. HEX triplet: 32, 95 and CD. RGB value is (50,149,205). Sum of RGB (Red+Green+Blue) = 50+149+205=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #3295CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295CD is #CD6A32. Grayscale: #7D7D7D. Windows color (decimal): -13462067 or 13473074. OLE color: 13473074.

HSL color Cylindrical-coordinate representation of color #3295CD: hue angle of 201.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3295CD is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 149 205 -
CMYK 0.76 0.27 0 0.20
HSL 201.68º 0.61% 0.5% -
HSV(B) 201.68º 0.76% 0.8% -
XYZ 23.08 26.58 61.67 -
YUV 125.78 172.7 73.95 -
System Red Green Blue C M Y K H S L
Decimal 50 149 205 0.76 0.27 0 0.20 201.68 0.61 0.5
Hex 32 95 CD 4C 1B 0 14 CA 3D 32
Octal 62 225 315 114 33 0 24 312 75 62
Binary 110010 10010101 11001101 1001100 11011 0 10100 11001010 111101 110010

Color Harmonies of #3295CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3295CD

Black with #3295CD

Text Example


Text Example

White with #3295CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,149,205); }

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

background-color css

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

 a { background-color: rgb(50,149,205); }

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

border-color css

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

 span { border-color: rgb(50,149,205); }

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