Html Css Color HEX #327EBD Curious Blue

📋 copy color: '#327EBD'

red 50 ◦ green 126 ◦ blue 189

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

Shades of Curious Blue #327EBD

Tints of Curious Blue #327EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

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

R = 13.7%
G = 34.52%
B = 51.78%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#327EBD (or 0x327EBD) is known color: Curious Blue. HEX triplet: 32, 7E and BD. RGB value is (50,126,189). Sum of RGB (Red+Green+Blue) = 50+126+189=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #327EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EBD is #CD8142. Grayscale: #6E6E6E. Windows color (decimal): -13467971 or 12418610. OLE color: 12418610.

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

Color convert

RGB 50 126 189 -
CMYK 0.74 0.33 0 0.26
HSL 207.19º 0.58% 0.47% -
HSV(B) 207.19º 0.74% 0.74% -
XYZ 17.96 19.27 50.92 -
YUV 110.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 50 126 189 0.74 0.33 0 0.26 207.19 0.58 0.47
Hex 32 7E BD 4A 21 0 1A CF 3A 2F
Octal 62 176 275 112 41 0 32 317 72 57
Binary 110010 1111110 10111101 1001010 100001 0 11010 11001111 111010 101111

Color Harmonies of #327EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EBD

Black with #327EBD

Text Example


Text Example

White with #327EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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