Html Css Color HEX #327ACD Curious Blue

📋 copy color: '#327ACD'

red 50 ◦ green 122 ◦ blue 205

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

Shades of Curious Blue #327ACD

Tints of Curious Blue #327ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 13.26%
G = 32.36%
B = 54.38%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#327ACD (or 0x327ACD) is known color: Curious Blue. HEX triplet: 32, 7A and CD. RGB value is (50,122,205). Sum of RGB (Red+Green+Blue) = 50+122+205=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #327ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ACD is #CD8532. Grayscale: #6D6D6D. Windows color (decimal): -13468979 or 13466162. OLE color: 13466162.

HSL color Cylindrical-coordinate representation of color #327ACD: hue angle of 212.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327ACD is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 122 205 -
CMYK 0.76 0.40 0 0.20
HSL 212.13º 0.61% 0.5% -
HSV(B) 212.13º 0.76% 0.8% -
XYZ 19.29 19 60.41 -
YUV 109.93 181.65 85.25 -
System Red Green Blue C M Y K H S L
Decimal 50 122 205 0.76 0.40 0 0.20 212.13 0.61 0.5
Hex 32 7A CD 4C 28 0 14 D4 3D 32
Octal 62 172 315 114 50 0 24 324 75 62
Binary 110010 1111010 11001101 1001100 101000 0 10100 11010100 111101 110010

Color Harmonies of #327ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327ACD

Black with #327ACD

Text Example


Text Example

White with #327ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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