Html Css Color HEX #3895CC Curious Blue

📋 copy color: '#3895CC'

red 56 ◦ green 149 ◦ blue 204

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

Shades of Curious Blue #3895CC

Tints of Curious Blue #3895CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 13.69%
G = 36.43%
B = 49.88%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3895CC (or 0x3895CC) is known color: Curious Blue. HEX triplet: 38, 95 and CC. RGB value is (56,149,204). Sum of RGB (Red+Green+Blue) = 56+149+204=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #3895CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3895CC is #C76A33. Grayscale: #7F7F7F. Windows color (decimal): -13068852 or 13407544. OLE color: 13407544.

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

Color convert

RGB 56 149 204 -
CMYK 0.73 0.27 0 0.2
HSL 202.3º 0.59% 0.51% -
HSV(B) 202.3º 0.73% 0.8% -
XYZ 23.28 26.7 61.05 -
YUV 127.46 171.19 77.03 -
System Red Green Blue C M Y K H S L
Decimal 56 149 204 0.73 0.27 0 0.2 202.3 0.59 0.51
Hex 38 95 CC 49 1B 0 14 CA 3B 33
Octal 70 225 314 111 33 0 24 312 73 63
Binary 111000 10010101 11001100 1001001 11011 0 10100 11001010 111011 110011

Color Harmonies of #3895CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3895CC

Black with #3895CC

Text Example


Text Example

White with #3895CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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