Html Css Color HEX #327ABA Curious Blue

📋 copy color: '#327ABA'

red 50 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #327ABA

Tints of Curious Blue #327ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 13.97%
G = 34.08%
B = 51.96%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#327ABA (or 0x327ABA) is known color: Curious Blue. HEX triplet: 32, 7A and BA. RGB value is (50,122,186). Sum of RGB (Red+Green+Blue) = 50+122+186=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #327ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ABA is #CD8545. Grayscale: #6B6B6B. Windows color (decimal): -13468998 or 12220978. OLE color: 12220978.

HSL color Cylindrical-coordinate representation of color #327ABA: hue angle of 208.24º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327ABA is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 122 186 -
CMYK 0.73 0.34 0 0.27
HSL 208.24º 0.58% 0.46% -
HSV(B) 208.24º 0.73% 0.73% -
XYZ 17.14 18.14 49.05 -
YUV 107.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 50 122 186 0.73 0.34 0 0.27 208.24 0.58 0.46
Hex 32 7A BA 49 22 0 1B D0 3A 2E
Octal 62 172 272 111 42 0 33 320 72 56
Binary 110010 1111010 10111010 1001001 100010 0 11011 11010000 111010 101110

Color Harmonies of #327ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327ABA

Black with #327ABA

Text Example


Text Example

White with #327ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,122,186); }

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

background-color css

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

 a { background-color: rgb(50,122,186); }

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

border-color css

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

 span { border-color: rgb(50,122,186); }

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