Html Css Color HEX #3374BA Curious Blue

📋 copy color: '#3374BA'

red 51 ◦ green 116 ◦ blue 186

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

Shades of Curious Blue #3374BA

Tints of Curious Blue #3374BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 14.45%
G = 32.86%
B = 52.69%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3374BA (or 0x3374BA) is known color: Curious Blue. HEX triplet: 33, 74 and BA. RGB value is (51,116,186). Sum of RGB (Red+Green+Blue) = 51+116+186=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #3374BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374BA is #CC8B45. Grayscale: #686868. Windows color (decimal): -13404998 or 12219443. OLE color: 12219443.

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

Color convert

RGB 51 116 186 -
CMYK 0.73 0.38 0 0.27
HSL 211.11º 0.57% 0.46% -
HSV(B) 211.11º 0.73% 0.73% -
XYZ 16.47 16.74 48.82 -
YUV 104.55 173.97 89.81 -
System Red Green Blue C M Y K H S L
Decimal 51 116 186 0.73 0.38 0 0.27 211.11 0.57 0.46
Hex 33 74 BA 49 26 0 1B D3 39 2E
Octal 63 164 272 111 46 0 33 323 71 56
Binary 110011 1110100 10111010 1001001 100110 0 11011 11010011 111001 101110

Color Harmonies of #3374BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3374BA

Black with #3374BA

Text Example


Text Example

White with #3374BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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