Html Css Color HEX #3885CC Curious Blue

📋 copy color: '#3885CC'

red 56 ◦ green 133 ◦ blue 204

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

Shades of Curious Blue #3885CC

Tints of Curious Blue #3885CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

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

R = 14.25%
G = 33.84%
B = 51.91%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3885CC (or 0x3885CC) is known color: Curious Blue. HEX triplet: 38, 85 and CC. RGB value is (56,133,204). Sum of RGB (Red+Green+Blue) = 56+133+204=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #3885CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885CC is #C77A33. Grayscale: #757575. Windows color (decimal): -13072948 or 13403448. OLE color: 13403448.

HSL color Cylindrical-coordinate representation of color #3885CC: hue angle of 208.78º 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 #3885CC is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 133 204 -
CMYK 0.73 0.35 0 0.2
HSL 208.78º 0.59% 0.51% -
HSV(B) 208.78º 0.73% 0.8% -
XYZ 20.92 21.98 60.27 -
YUV 118.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 56 133 204 0.73 0.35 0 0.2 208.78 0.59 0.51
Hex 38 85 CC 49 23 0 14 D1 3B 33
Octal 70 205 314 111 43 0 24 321 73 63
Binary 111000 10000101 11001100 1001001 100011 0 10100 11010001 111011 110011

Color Harmonies of #3885CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3885CC

Black with #3885CC

Text Example


Text Example

White with #3885CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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