Html Css Color HEX #3895CA Curious Blue

📋 copy color: '#3895CA'

red 56 ◦ green 149 ◦ blue 202

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

Shades of Curious Blue #3895CA

Tints of Curious Blue #3895CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 13.76%
G = 36.61%
B = 49.63%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3895CA (or 0x3895CA) is known color: Curious Blue. HEX triplet: 38, 95 and CA. RGB value is (56,149,202). Sum of RGB (Red+Green+Blue) = 56+149+202=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #3895CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3895CA is #C76A35. Grayscale: #7E7E7E. Windows color (decimal): -13068854 or 13276472. OLE color: 13276472.

HSL color Cylindrical-coordinate representation of color #3895CA: hue angle of 201.78º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3895CA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 149 202 -
CMYK 0.72 0.26 0 0.21
HSL 201.78º 0.58% 0.51% -
HSV(B) 201.78º 0.72% 0.79% -
XYZ 23.04 26.6 59.8 -
YUV 127.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 56 149 202 0.72 0.26 0 0.21 201.78 0.58 0.51
Hex 38 95 CA 48 1A 0 15 CA 3A 33
Octal 70 225 312 110 32 0 25 312 72 63
Binary 111000 10010101 11001010 1001000 11010 0 10101 11001010 111010 110011

Color Harmonies of #3895CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3895CA

Black with #3895CA

Text Example


Text Example

White with #3895CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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