Html Css Color HEX #3885DA Curious Blue

📋 copy color: '#3885DA'

red 56 ◦ green 133 ◦ blue 218

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

Shades of Curious Blue #3885DA

Tints of Curious Blue #3885DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 13.76%
G = 32.68%
B = 53.56%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3885DA (or 0x3885DA) is known color: Curious Blue. HEX triplet: 38, 85 and DA. RGB value is (56,133,218). Sum of RGB (Red+Green+Blue) = 56+133+218=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #3885DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885DA is #C77A25. Grayscale: #777777. Windows color (decimal): -13072934 or 14320952. OLE color: 14320952.

HSL color Cylindrical-coordinate representation of color #3885DA: hue angle of 211.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3885DA is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 133 218 -
CMYK 0.74 0.39 0 0.15
HSL 211.48º 0.69% 0.54% -
HSV(B) 211.48º 0.74% 0.85% -
XYZ 22.67 22.68 69.51 -
YUV 119.67 183.49 82.59 -
System Red Green Blue C M Y K H S L
Decimal 56 133 218 0.74 0.39 0 0.15 211.48 0.69 0.54
Hex 38 85 DA 4A 27 0 F D3 45 36
Octal 70 205 332 112 47 0 17 323 105 66
Binary 111000 10000101 11011010 1001010 100111 0 1111 11010011 1000101 110110

Color Harmonies of #3885DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3885DA

Black with #3885DA

Text Example


Text Example

White with #3885DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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