Html Css Color HEX #327BB8 Curious Blue

📋 copy color: '#327BB8'

red 50 ◦ green 123 ◦ blue 184

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

Shades of Curious Blue #327BB8

Tints of Curious Blue #327BB8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 184 (72.27% from 255) = 51.54%

R = 14.01%
G = 34.45%
B = 51.54%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#327BB8 (or 0x327BB8) is known color: Curious Blue. HEX triplet: 32, 7B and B8. RGB value is (50,123,184). Sum of RGB (Red+Green+Blue) = 50+123+184=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #327BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BB8 is #CD8447. Grayscale: #6B6B6B. Windows color (decimal): -13468744 or 12090162. OLE color: 12090162.

HSL color Cylindrical-coordinate representation of color #327BB8: hue angle of 207.31º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327BB8 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 123 184 -
CMYK 0.73 0.33 0 0.28
HSL 207.31º 0.57% 0.46% -
HSV(B) 207.31º 0.73% 0.72% -
XYZ 17.05 18.3 47.98 -
YUV 108.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 50 123 184 0.73 0.33 0 0.28 207.31 0.57 0.46
Hex 32 7B B8 49 21 0 1C CF 39 2E
Octal 62 173 270 111 41 0 34 317 71 56
Binary 110010 1111011 10111000 1001001 100001 0 11100 11001111 111001 101110

Color Harmonies of #327BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BB8

Black with #327BB8

Text Example


Text Example

White with #327BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,123,184); }

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

background-color css

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

 a { background-color: rgb(50,123,184); }

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

border-color css

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

 span { border-color: rgb(50,123,184); }

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