Html Css Color HEX #3389AF Curious Blue

📋 copy color: '#3389AF'

red 51 ◦ green 137 ◦ blue 175

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

Shades of Curious Blue #3389AF

Tints of Curious Blue #3389AF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 14.05%
G = 37.74%
B = 48.21%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3389AF (or 0x3389AF) is known color: Curious Blue. HEX triplet: 33, 89 and AF. RGB value is (51,137,175). Sum of RGB (Red+Green+Blue) = 51+137+175=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #3389AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3389AF is #CC7650. Grayscale: #737373. Windows color (decimal): -13399633 or 11503923. OLE color: 11503923.

HSL color Cylindrical-coordinate representation of color #3389AF: hue angle of 198.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3389AF is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 137 175 -
CMYK 0.71 0.22 0 0.31
HSL 198.39º 0.55% 0.44% -
HSV(B) 198.39º 0.71% 0.69% -
XYZ 18.05 21.69 43.79 -
YUV 115.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 51 137 175 0.71 0.22 0 0.31 198.39 0.55 0.44
Hex 33 89 AF 47 16 0 1F C6 37 2C
Octal 63 211 257 107 26 0 37 306 67 54
Binary 110011 10001001 10101111 1000111 10110 0 11111 11000110 110111 101100

Color Harmonies of #3389AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389AF

Black with #3389AF

Text Example


Text Example

White with #3389AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3389AF; }

 p { color: rgb(51,137,175); }

 H1.HeaderClassName
 {
   color: #3389AF;
 }
 .AnyTagClassName
 {
   color: #3389AF;
 }
</style>

background-color css

<style>
 a { background-color: #3389AF; }

 a { background-color: rgb(51,137,175); }

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

border-color css

<style>
 span { border-color: #3389AF; }

 span { border-color: rgb(51,137,175); }

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