Html Css Color HEX #3390BC Curious Blue

📋 copy color: '#3390BC'

red 51 ◦ green 144 ◦ blue 188

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

Shades of Curious Blue #3390BC

Tints of Curious Blue #3390BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 13.32%
G = 37.6%
B = 49.09%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3390BC (or 0x3390BC) is known color: Curious Blue. HEX triplet: 33, 90 and BC. RGB value is (51,144,188). Sum of RGB (Red+Green+Blue) = 51+144+188=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #3390BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390BC is #CC6F43. Grayscale: #787878. Windows color (decimal): -13397828 or 12357683. OLE color: 12357683.

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

Color convert

RGB 51 144 188 -
CMYK 0.73 0.23 0 0.26
HSL 199.27º 0.57% 0.47% -
HSV(B) 199.27º 0.73% 0.74% -
XYZ 20.42 24.28 51.19 -
YUV 121.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 51 144 188 0.73 0.23 0 0.26 199.27 0.57 0.47
Hex 33 90 BC 49 17 0 1A C7 39 2F
Octal 63 220 274 111 27 0 32 307 71 57
Binary 110011 10010000 10111100 1001001 10111 0 11010 11000111 111001 101111

Color Harmonies of #3390BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390BC

Black with #3390BC

Text Example


Text Example

White with #3390BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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