Html Css Color HEX #3389CD Curious Blue

📋 copy color: '#3389CD'

red 51 ◦ green 137 ◦ blue 205

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

Shades of Curious Blue #3389CD

Tints of Curious Blue #3389CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 12.98%
G = 34.86%
B = 52.16%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3389CD (or 0x3389CD) is known color: Curious Blue. HEX triplet: 33, 89 and CD. RGB value is (51,137,205). Sum of RGB (Red+Green+Blue) = 51+137+205=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #3389CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389CD is #CC7632. Grayscale: #767676. Windows color (decimal): -13399603 or 13470003. OLE color: 13470003.

HSL color Cylindrical-coordinate representation of color #3389CD: hue angle of 206.49º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3389CD is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 137 205 -
CMYK 0.75 0.33 0 0.20
HSL 206.49º 0.61% 0.5% -
HSV(B) 206.49º 0.75% 0.8% -
XYZ 21.33 23 61.07 -
YUV 119.04 176.51 79.47 -
System Red Green Blue C M Y K H S L
Decimal 51 137 205 0.75 0.33 0 0.20 206.49 0.61 0.5
Hex 33 89 CD 4B 21 0 14 CE 3D 32
Octal 63 211 315 113 41 0 24 316 75 62
Binary 110011 10001001 11001101 1001011 100001 0 10100 11001110 111101 110010

Color Harmonies of #3389CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389CD

Black with #3389CD

Text Example


Text Example

White with #3389CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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