Html Css Color HEX #3889CC Curious Blue

📋 copy color: '#3889CC'

red 56 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #3889CC

Tints of Curious Blue #3889CC

RGB

 RED value IS 56 (22.27% from 255) = 14.11%

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 14.11%
G = 34.51%
B = 51.39%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3889CC (or 0x3889CC) is known color: Curious Blue. HEX triplet: 38, 89 and CC. RGB value is (56,137,204). Sum of RGB (Red+Green+Blue) = 56+137+204=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #3889CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3889CC is #C77633. Grayscale: #787878. Windows color (decimal): -13071924 or 13404472. OLE color: 13404472.

HSL color Cylindrical-coordinate representation of color #3889CC: hue angle of 207.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3889CC is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 137 204 -
CMYK 0.73 0.33 0 0.2
HSL 207.16º 0.59% 0.51% -
HSV(B) 207.16º 0.73% 0.8% -
XYZ 21.48 23.09 60.45 -
YUV 120.42 175.16 82.05 -
System Red Green Blue C M Y K H S L
Decimal 56 137 204 0.73 0.33 0 0.2 207.16 0.59 0.51
Hex 38 89 CC 49 21 0 14 CF 3B 33
Octal 70 211 314 111 41 0 24 317 73 63
Binary 111000 10001001 11001100 1001001 100001 0 10100 11001111 111011 110011

Color Harmonies of #3889CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3889CC

Black with #3889CC

Text Example


Text Example

White with #3889CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3889CC; }

 p { color: rgb(56,137,204); }

 H1.HeaderClassName
 {
   color: #3889CC;
 }
 .AnyTagClassName
 {
   color: #3889CC;
 }
</style>

background-color css

<style>
 a { background-color: #3889CC; }

 a { background-color: rgb(56,137,204); }

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

border-color css

<style>
 span { border-color: #3889CC; }

 span { border-color: rgb(56,137,204); }

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