Html Css Color HEX #3383BC Curious Blue

📋 copy color: '#3383BC'

red 51 ◦ green 131 ◦ blue 188

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

Shades of Curious Blue #3383BC

Tints of Curious Blue #3383BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 13.78%
G = 35.41%
B = 50.81%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3383BC (or 0x3383BC) is known color: Curious Blue. HEX triplet: 33, 83 and BC. RGB value is (51,131,188). Sum of RGB (Red+Green+Blue) = 51+131+188=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3383BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3383BC is #CC7C43. Grayscale: #717171. Windows color (decimal): -13401156 or 12354355. OLE color: 12354355.

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

Color convert

RGB 51 131 188 -
CMYK 0.73 0.30 0 0.26
HSL 204.96º 0.57% 0.47% -
HSV(B) 204.96º 0.73% 0.74% -
XYZ 18.56 20.57 50.57 -
YUV 113.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 51 131 188 0.73 0.30 0 0.26 204.96 0.57 0.47
Hex 33 83 BC 49 1E 0 1A CD 39 2F
Octal 63 203 274 111 36 0 32 315 71 57
Binary 110011 10000011 10111100 1001001 11110 0 11010 11001101 111001 101111

Color Harmonies of #3383BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3383BC

Black with #3383BC

Text Example


Text Example

White with #3383BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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