Html Css Color HEX #3370BC Curious Blue

📋 copy color: '#3370BC'

red 51 ◦ green 112 ◦ blue 188

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

Shades of Curious Blue #3370BC

Tints of Curious Blue #3370BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 14.53%
G = 31.91%
B = 53.56%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3370BC (or 0x3370BC) is known color: Curious Blue. HEX triplet: 33, 70 and BC. RGB value is (51,112,188). Sum of RGB (Red+Green+Blue) = 51+112+188=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #3370BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370BC is #CC8F43. Grayscale: #666666. Windows color (decimal): -13406020 or 12349491. OLE color: 12349491.

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

Color convert

RGB 51 112 188 -
CMYK 0.73 0.40 0 0.26
HSL 213.28º 0.57% 0.47% -
HSV(B) 213.28º 0.73% 0.74% -
XYZ 16.24 15.92 49.79 -
YUV 102.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 51 112 188 0.73 0.40 0 0.26 213.28 0.57 0.47
Hex 33 70 BC 49 28 0 1A D5 39 2F
Octal 63 160 274 111 50 0 32 325 71 57
Binary 110011 1110000 10111100 1001001 101000 0 11010 11010101 111001 101111

Color Harmonies of #3370BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370BC

Black with #3370BC

Text Example


Text Example

White with #3370BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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