Html Css Color HEX #3370BB Curious Blue

📋 copy color: '#3370BB'

red 51 ◦ green 112 ◦ blue 187

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

Shades of Curious Blue #3370BB

Tints of Curious Blue #3370BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 14.57%
G = 32%
B = 53.43%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3370BB (or 0x3370BB) is known color: Curious Blue. HEX triplet: 33, 70 and BB. RGB value is (51,112,187). Sum of RGB (Red+Green+Blue) = 51+112+187=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #3370BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370BB is #CC8F44. Grayscale: #656565. Windows color (decimal): -13406021 or 12283955. OLE color: 12283955.

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

Color convert

RGB 51 112 187 -
CMYK 0.73 0.40 0 0.27
HSL 213.09º 0.57% 0.47% -
HSV(B) 213.09º 0.73% 0.73% -
XYZ 16.13 15.88 49.23 -
YUV 102.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 51 112 187 0.73 0.40 0 0.27 213.09 0.57 0.47
Hex 33 70 BB 49 28 0 1B D5 39 2F
Octal 63 160 273 111 50 0 33 325 71 57
Binary 110011 1110000 10111011 1001001 101000 0 11011 11010101 111001 101111

Color Harmonies of #3370BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370BB

Black with #3370BB

Text Example


Text Example

White with #3370BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3370BB; }

 p { color: rgb(51,112,187); }

 H1.HeaderClassName
 {
   color: #3370BB;
 }
 .AnyTagClassName
 {
   color: #3370BB;
 }
</style>

background-color css

<style>
 a { background-color: #3370BB; }

 a { background-color: rgb(51,112,187); }

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

border-color css

<style>
 span { border-color: #3370BB; }

 span { border-color: rgb(51,112,187); }

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