Html Css Color HEX #3370C1 Curious Blue

📋 copy color: '#3370C1'

red 51 ◦ green 112 ◦ blue 193

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

Shades of Curious Blue #3370C1

Tints of Curious Blue #3370C1

RGB

 RED value IS 51 (20.31% from 255) = 14.33%

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 193 (75.78% from 255) = 54.21%

R = 14.33%
G = 31.46%
B = 54.21%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3370C1 (or 0x3370C1) is known color: Curious Blue. HEX triplet: 33, 70 and C1. RGB value is (51,112,193). Sum of RGB (Red+Green+Blue) = 51+112+193=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #3370C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370C1 is #CC8F3E. Grayscale: #666666. Windows color (decimal): -13406015 or 12677171. OLE color: 12677171.

HSL color Cylindrical-coordinate representation of color #3370C1: hue angle of 214.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3370C1 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 112 193 -
CMYK 0.74 0.42 0 0.24
HSL 214.23º 0.58% 0.48% -
HSV(B) 214.23º 0.74% 0.76% -
XYZ 16.79 16.14 52.68 -
YUV 103 178.79 90.91 -
System Red Green Blue C M Y K H S L
Decimal 51 112 193 0.74 0.42 0 0.24 214.23 0.58 0.48
Hex 33 70 C1 4A 2A 0 18 D6 3A 30
Octal 63 160 301 112 52 0 30 326 72 60
Binary 110011 1110000 11000001 1001010 101010 0 11000 11010110 111010 110000

Color Harmonies of #3370C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370C1

Black with #3370C1

Text Example


Text Example

White with #3370C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3370C1; }

 p { color: rgb(51,112,193); }

 H1.HeaderClassName
 {
   color: #3370C1;
 }
 .AnyTagClassName
 {
   color: #3370C1;
 }
</style>

background-color css

<style>
 a { background-color: #3370C1; }

 a { background-color: rgb(51,112,193); }

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

border-color css

<style>
 span { border-color: #3370C1; }

 span { border-color: rgb(51,112,193); }

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