Html Css Color HEX #3294CB Curious Blue

📋 copy color: '#3294CB'

red 50 ◦ green 148 ◦ blue 203

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

Shades of Curious Blue #3294CB

Tints of Curious Blue #3294CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 12.47%
G = 36.91%
B = 50.62%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3294CB (or 0x3294CB) is known color: Curious Blue. HEX triplet: 32, 94 and CB. RGB value is (50,148,203). Sum of RGB (Red+Green+Blue) = 50+148+203=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #3294CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3294CB is #CD6B34. Grayscale: #7C7C7C. Windows color (decimal): -13462325 or 13341746. OLE color: 13341746.

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

Color convert

RGB 50 148 203 -
CMYK 0.75 0.27 0 0.20
HSL 201.57º 0.6% 0.5% -
HSV(B) 201.57º 0.75% 0.8% -
XYZ 22.68 26.17 60.36 -
YUV 124.97 172.03 74.53 -
System Red Green Blue C M Y K H S L
Decimal 50 148 203 0.75 0.27 0 0.20 201.57 0.6 0.5
Hex 32 94 CB 4B 1B 0 14 CA 3C 32
Octal 62 224 313 113 33 0 24 312 74 62
Binary 110010 10010100 11001011 1001011 11011 0 10100 11001010 111100 110010

Color Harmonies of #3294CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3294CB

Black with #3294CB

Text Example


Text Example

White with #3294CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3294CB; }

 p { color: rgb(50,148,203); }

 H1.HeaderClassName
 {
   color: #3294CB;
 }
 .AnyTagClassName
 {
   color: #3294CB;
 }
</style>

background-color css

<style>
 a { background-color: #3294CB; }

 a { background-color: rgb(50,148,203); }

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

border-color css

<style>
 span { border-color: #3294CB; }

 span { border-color: rgb(50,148,203); }

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