Html Css Color HEX #3885CB Curious Blue

📋 copy color: '#3885CB'

red 56 ◦ green 133 ◦ blue 203

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

Shades of Curious Blue #3885CB

Tints of Curious Blue #3885CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 14.29%
G = 33.93%
B = 51.79%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3885CB (or 0x3885CB) is known color: Curious Blue. HEX triplet: 38, 85 and CB. RGB value is (56,133,203). Sum of RGB (Red+Green+Blue) = 56+133+203=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #3885CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885CB is #C77A34. Grayscale: #757575. Windows color (decimal): -13072949 or 13337912. OLE color: 13337912.

HSL color Cylindrical-coordinate representation of color #3885CB: hue angle of 208.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3885CB is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 133 203 -
CMYK 0.72 0.34 0 0.20
HSL 208.57º 0.59% 0.51% -
HSV(B) 208.57º 0.72% 0.8% -
XYZ 20.8 21.93 59.64 -
YUV 117.96 175.99 83.81 -
System Red Green Blue C M Y K H S L
Decimal 56 133 203 0.72 0.34 0 0.20 208.57 0.59 0.51
Hex 38 85 CB 48 22 0 14 D1 3B 33
Octal 70 205 313 110 42 0 24 321 73 63
Binary 111000 10000101 11001011 1001000 100010 0 10100 11010001 111011 110011

Color Harmonies of #3885CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3885CB

Black with #3885CB

Text Example


Text Example

White with #3885CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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