Html Css Color HEX #3373BA Curious Blue

📋 copy color: '#3373BA'

red 51 ◦ green 115 ◦ blue 186

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

Shades of Curious Blue #3373BA

Tints of Curious Blue #3373BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

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

R = 14.49%
G = 32.67%
B = 52.84%

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

#3373BA (or 0x3373BA) is known color: Curious Blue. HEX triplet: 33, 73 and BA. RGB value is (51,115,186). Sum of RGB (Red+Green+Blue) = 51+115+186=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #3373BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373BA is #CC8C45. Grayscale: #676767. Windows color (decimal): -13405254 or 12219187. OLE color: 12219187.

HSL color Cylindrical-coordinate representation of color #3373BA: hue angle of 211.56º 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 #3373BA is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 115 186 -
CMYK 0.73 0.38 0 0.27
HSL 211.56º 0.57% 0.46% -
HSV(B) 211.56º 0.73% 0.73% -
XYZ 16.36 16.51 48.78 -
YUV 103.96 174.3 90.23 -
System Red Green Blue C M Y K H S L
Decimal 51 115 186 0.73 0.38 0 0.27 211.56 0.57 0.46
Hex 33 73 BA 49 26 0 1B D4 39 2E
Octal 63 163 272 111 46 0 33 324 71 56
Binary 110011 1110011 10111010 1001001 100110 0 11011 11010100 111001 101110

Color Harmonies of #3373BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3373BA

Black with #3373BA

Text Example


Text Example

White with #3373BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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