Html Css Color HEX #3370BD Curious Blue

📋 copy color: '#3370BD'

red 51 ◦ green 112 ◦ blue 189

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

Shades of Curious Blue #3370BD

Tints of Curious Blue #3370BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 14.49%
G = 31.82%
B = 53.69%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3370BD (or 0x3370BD) is known color: Curious Blue. HEX triplet: 33, 70 and BD. RGB value is (51,112,189). Sum of RGB (Red+Green+Blue) = 51+112+189=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #3370BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370BD is #CC8F42. Grayscale: #666666. Windows color (decimal): -13406019 or 12415027. OLE color: 12415027.

HSL color Cylindrical-coordinate representation of color #3370BD: hue angle of 213.48º 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 #3370BD is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 112 189 -
CMYK 0.73 0.41 0 0.26
HSL 213.48º 0.58% 0.47% -
HSV(B) 213.48º 0.73% 0.74% -
XYZ 16.34 15.97 50.36 -
YUV 102.54 176.79 91.24 -
System Red Green Blue C M Y K H S L
Decimal 51 112 189 0.73 0.41 0 0.26 213.48 0.58 0.47
Hex 33 70 BD 49 29 0 1A D5 3A 2F
Octal 63 160 275 111 51 0 32 325 72 57
Binary 110011 1110000 10111101 1001001 101001 0 11010 11010101 111010 101111

Color Harmonies of #3370BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370BD

Black with #3370BD

Text Example


Text Example

White with #3370BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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