Html Css Color HEX #3270BE Curious Blue

📋 copy color: '#3270BE'

red 50 ◦ green 112 ◦ blue 190

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

Shades of Curious Blue #3270BE

Tints of Curious Blue #3270BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 14.2%
G = 31.82%
B = 53.98%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3270BE (or 0x3270BE) is known color: Curious Blue. HEX triplet: 32, 70 and BE. RGB value is (50,112,190). Sum of RGB (Red+Green+Blue) = 50+112+190=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #3270BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270BE is #CD8F41. Grayscale: #656565. Windows color (decimal): -13471554 or 12480562. OLE color: 12480562.

HSL color Cylindrical-coordinate representation of color #3270BE: hue angle of 213.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3270BE is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 112 190 -
CMYK 0.74 0.41 0 0.25
HSL 213.43º 0.58% 0.47% -
HSV(B) 213.43º 0.74% 0.75% -
XYZ 16.4 15.98 50.94 -
YUV 102.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 50 112 190 0.74 0.41 0 0.25 213.43 0.58 0.47
Hex 32 70 BE 4A 29 0 19 D5 3A 2F
Octal 62 160 276 112 51 0 31 325 72 57
Binary 110010 1110000 10111110 1001010 101001 0 11001 11010101 111010 101111

Color Harmonies of #3270BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3270BE

Black with #3270BE

Text Example


Text Example

White with #3270BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3270BE; }

 p { color: rgb(50,112,190); }

 H1.HeaderClassName
 {
   color: #3270BE;
 }
 .AnyTagClassName
 {
   color: #3270BE;
 }
</style>

background-color css

<style>
 a { background-color: #3270BE; }

 a { background-color: rgb(50,112,190); }

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

border-color css

<style>
 span { border-color: #3270BE; }

 span { border-color: rgb(50,112,190); }

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