Html Css Color HEX #3275C6 Curious Blue

📋 copy color: '#3275C6'

red 50 ◦ green 117 ◦ blue 198

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

Shades of Curious Blue #3275C6

Tints of Curious Blue #3275C6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

 BLUE value IS 198 (77.73% from 255) = 54.25%

R = 13.7%
G = 32.05%
B = 54.25%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3275C6 (or 0x3275C6) is known color: Curious Blue. HEX triplet: 32, 75 and C6. RGB value is (50,117,198). Sum of RGB (Red+Green+Blue) = 50+117+198=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #3275C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275C6 is #CD8A39. Grayscale: #696969. Windows color (decimal): -13470266 or 13006130. OLE color: 13006130.

HSL color Cylindrical-coordinate representation of color #3275C6: hue angle of 212.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3275C6 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 117 198 -
CMYK 0.75 0.41 0 0.22
HSL 212.84º 0.6% 0.49% -
HSV(B) 212.84º 0.75% 0.78% -
XYZ 17.87 17.48 55.86 -
YUV 106.2 179.8 87.91 -
System Red Green Blue C M Y K H S L
Decimal 50 117 198 0.75 0.41 0 0.22 212.84 0.6 0.49
Hex 32 75 C6 4B 29 0 16 D5 3C 31
Octal 62 165 306 113 51 0 26 325 74 61
Binary 110010 1110101 11000110 1001011 101001 0 10110 11010101 111100 110001

Color Harmonies of #3275C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3275C6

Black with #3275C6

Text Example


Text Example

White with #3275C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3275C6; }

 p { color: rgb(50,117,198); }

 H1.HeaderClassName
 {
   color: #3275C6;
 }
 .AnyTagClassName
 {
   color: #3275C6;
 }
</style>

background-color css

<style>
 a { background-color: #3275C6; }

 a { background-color: rgb(50,117,198); }

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

border-color css

<style>
 span { border-color: #3275C6; }

 span { border-color: rgb(50,117,198); }

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