Html Css Color HEX #3374BF Curious Blue

📋 copy color: '#3374BF'

red 51 ◦ green 116 ◦ blue 191

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

Shades of Curious Blue #3374BF

Tints of Curious Blue #3374BF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 191 (75% from 255) = 53.35%

R = 14.25%
G = 32.4%
B = 53.35%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3374BF (or 0x3374BF) is known color: Curious Blue. HEX triplet: 33, 74 and BF. RGB value is (51,116,191). Sum of RGB (Red+Green+Blue) = 51+116+191=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #3374BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374BF is #CC8B40. Grayscale: #686868. Windows color (decimal): -13404993 or 12547123. OLE color: 12547123.

HSL color Cylindrical-coordinate representation of color #3374BF: hue angle of 212.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3374BF is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 116 191 -
CMYK 0.73 0.39 0 0.25
HSL 212.14º 0.58% 0.47% -
HSV(B) 212.14º 0.73% 0.75% -
XYZ 17.01 16.96 51.67 -
YUV 105.12 176.47 89.4 -
System Red Green Blue C M Y K H S L
Decimal 51 116 191 0.73 0.39 0 0.25 212.14 0.58 0.47
Hex 33 74 BF 49 27 0 19 D4 3A 2F
Octal 63 164 277 111 47 0 31 324 72 57
Binary 110011 1110100 10111111 1001001 100111 0 11001 11010100 111010 101111

Color Harmonies of #3374BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3374BF

Black with #3374BF

Text Example


Text Example

White with #3374BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3374BF; }

 p { color: rgb(51,116,191); }

 H1.HeaderClassName
 {
   color: #3374BF;
 }
 .AnyTagClassName
 {
   color: #3374BF;
 }
</style>

background-color css

<style>
 a { background-color: #3374BF; }

 a { background-color: rgb(51,116,191); }

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

border-color css

<style>
 span { border-color: #3374BF; }

 span { border-color: rgb(51,116,191); }

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