Html Css Color HEX #3374B9 Curious Blue

📋 copy color: '#3374B9'

red 51 ◦ green 116 ◦ blue 185

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

Shades of Curious Blue #3374B9

Tints of Curious Blue #3374B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.56%

R = 14.49%
G = 32.95%
B = 52.56%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3374B9 (or 0x3374B9) is known color: Curious Blue. HEX triplet: 33, 74 and B9. RGB value is (51,116,185). Sum of RGB (Red+Green+Blue) = 51+116+185=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #3374B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374B9 is #CC8B46. Grayscale: #686868. Windows color (decimal): -13404999 or 12153907. OLE color: 12153907.

HSL color Cylindrical-coordinate representation of color #3374B9: hue angle of 210.9º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3374B9 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 116 185 -
CMYK 0.72 0.37 0 0.27
HSL 210.9º 0.57% 0.46% -
HSV(B) 210.9º 0.72% 0.73% -
XYZ 16.37 16.7 48.26 -
YUV 104.43 173.47 89.89 -
System Red Green Blue C M Y K H S L
Decimal 51 116 185 0.72 0.37 0 0.27 210.9 0.57 0.46
Hex 33 74 B9 48 25 0 1B D3 39 2E
Octal 63 164 271 110 45 0 33 323 71 56
Binary 110011 1110100 10111001 1001000 100101 0 11011 11010011 111001 101110

Color Harmonies of #3374B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3374B9

Black with #3374B9

Text Example


Text Example

White with #3374B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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