Html Css Color HEX #3393BC Curious Blue

📋 copy color: '#3393BC'

red 51 ◦ green 147 ◦ blue 188

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

Shades of Curious Blue #3393BC

Tints of Curious Blue #3393BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 13.21%
G = 38.08%
B = 48.7%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3393BC (or 0x3393BC) is known color: Curious Blue. HEX triplet: 33, 93 and BC. RGB value is (51,147,188). Sum of RGB (Red+Green+Blue) = 51+147+188=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #3393BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393BC is #CC6C43. Grayscale: #7A7A7A. Windows color (decimal): -13397060 or 12358451. OLE color: 12358451.

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

Color convert

RGB 51 147 188 -
CMYK 0.73 0.22 0 0.26
HSL 197.96º 0.57% 0.47% -
HSV(B) 197.96º 0.73% 0.74% -
XYZ 20.88 25.2 51.34 -
YUV 122.97 164.7 76.67 -
System Red Green Blue C M Y K H S L
Decimal 51 147 188 0.73 0.22 0 0.26 197.96 0.57 0.47
Hex 33 93 BC 49 16 0 1A C6 39 2F
Octal 63 223 274 111 26 0 32 306 71 57
Binary 110011 10010011 10111100 1001001 10110 0 11010 11000110 111001 101111

Color Harmonies of #3393BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3393BC

Black with #3393BC

Text Example


Text Example

White with #3393BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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