Html Css Color HEX #3293BD Curious Blue

📋 copy color: '#3293BD'

red 50 ◦ green 147 ◦ blue 189

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

Shades of Curious Blue #3293BD

Tints of Curious Blue #3293BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 12.95%
G = 38.08%
B = 48.96%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3293BD (or 0x3293BD) is known color: Curious Blue. HEX triplet: 32, 93 and BD. RGB value is (50,147,189). Sum of RGB (Red+Green+Blue) = 50+147+189=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #3293BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3293BD is #CD6C42. Grayscale: #7A7A7A. Windows color (decimal): -13462595 or 12423986. OLE color: 12423986.

HSL color Cylindrical-coordinate representation of color #3293BD: hue angle of 198.13º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3293BD is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 147 189 -
CMYK 0.74 0.22 0 0.26
HSL 198.13º 0.58% 0.47% -
HSV(B) 198.13º 0.74% 0.74% -
XYZ 20.93 25.22 51.91 -
YUV 122.79 165.36 76.08 -
System Red Green Blue C M Y K H S L
Decimal 50 147 189 0.74 0.22 0 0.26 198.13 0.58 0.47
Hex 32 93 BD 4A 16 0 1A C6 3A 2F
Octal 62 223 275 112 26 0 32 306 72 57
Binary 110010 10010011 10111101 1001010 10110 0 11010 11000110 111010 101111

Color Harmonies of #3293BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3293BD

Black with #3293BD

Text Example


Text Example

White with #3293BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3293BD; }

 p { color: rgb(50,147,189); }

 H1.HeaderClassName
 {
   color: #3293BD;
 }
 .AnyTagClassName
 {
   color: #3293BD;
 }
</style>

background-color css

<style>
 a { background-color: #3293BD; }

 a { background-color: rgb(50,147,189); }

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

border-color css

<style>
 span { border-color: #3293BD; }

 span { border-color: rgb(50,147,189); }

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