Html Css Color HEX #3374BC Curious Blue

📋 copy color: '#3374BC'

red 51 ◦ green 116 ◦ blue 188

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

Shades of Curious Blue #3374BC

Tints of Curious Blue #3374BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 14.37%
G = 32.68%
B = 52.96%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3374BC (or 0x3374BC) is known color: Curious Blue. HEX triplet: 33, 74 and BC. RGB value is (51,116,188). Sum of RGB (Red+Green+Blue) = 51+116+188=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #3374BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374BC is #CC8B43. Grayscale: #686868. Windows color (decimal): -13404996 or 12350515. OLE color: 12350515.

HSL color Cylindrical-coordinate representation of color #3374BC: hue angle of 211.53º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3374BC is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 116 188 -
CMYK 0.73 0.38 0 0.26
HSL 211.53º 0.57% 0.47% -
HSV(B) 211.53º 0.73% 0.74% -
XYZ 16.69 16.83 49.95 -
YUV 104.77 174.97 89.65 -
System Red Green Blue C M Y K H S L
Decimal 51 116 188 0.73 0.38 0 0.26 211.53 0.57 0.47
Hex 33 74 BC 49 26 0 1A D4 39 2F
Octal 63 164 274 111 46 0 32 324 71 57
Binary 110011 1110100 10111100 1001001 100110 0 11010 11010100 111001 101111

Color Harmonies of #3374BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3374BC

Black with #3374BC

Text Example


Text Example

White with #3374BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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