Html Css Color HEX #327DBE Curious Blue

📋 copy color: '#327DBE'

red 50 ◦ green 125 ◦ blue 190

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

Shades of Curious Blue #327DBE

Tints of Curious Blue #327DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

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

R = 13.7%
G = 34.25%
B = 52.05%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#327DBE (or 0x327DBE) is known color: Curious Blue. HEX triplet: 32, 7D and BE. RGB value is (50,125,190). Sum of RGB (Red+Green+Blue) = 50+125+190=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #327DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DBE is #CD8241. Grayscale: #6D6D6D. Windows color (decimal): -13468226 or 12483890. OLE color: 12483890.

HSL color Cylindrical-coordinate representation of color #327DBE: hue angle of 207.86º 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 #327DBE is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 125 190 -
CMYK 0.74 0.34 0 0.25
HSL 207.86º 0.58% 0.47% -
HSV(B) 207.86º 0.74% 0.75% -
XYZ 17.94 19.06 51.45 -
YUV 109.99 173.15 85.21 -
System Red Green Blue C M Y K H S L
Decimal 50 125 190 0.74 0.34 0 0.25 207.86 0.58 0.47
Hex 32 7D BE 4A 22 0 19 D0 3A 2F
Octal 62 175 276 112 42 0 31 320 72 57
Binary 110010 1111101 10111110 1001010 100010 0 11001 11010000 111010 101111

Color Harmonies of #327DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DBE

Black with #327DBE

Text Example


Text Example

White with #327DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327DBE; }

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

 H1.HeaderClassName
 {
   color: #327DBE;
 }
 .AnyTagClassName
 {
   color: #327DBE;
 }
</style>

background-color css

<style>
 a { background-color: #327DBE; }

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

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

border-color css

<style>
 span { border-color: #327DBE; }

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

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