Html Css Color HEX #4295C3 Curious Blue

📋 copy color: '#4295C3'

red 66 ◦ green 149 ◦ blue 195

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

Shades of Curious Blue #4295C3

Tints of Curious Blue #4295C3

RGB

 RED value IS 66 (26.17% from 255) = 16.1%

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

 BLUE value IS 195 (76.56% from 255) = 47.56%

R = 16.1%
G = 36.34%
B = 47.56%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4295C3 (or 0x4295C3) is known color: Curious Blue. HEX triplet: 42, 95 and C3. RGB value is (66,149,195). Sum of RGB (Red+Green+Blue) = 66+149+195=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #4295C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4295C3 is #BD6A3C. Grayscale: #818181. Windows color (decimal): -12413501 or 12817730. OLE color: 12817730.

HSL color Cylindrical-coordinate representation of color #4295C3: hue angle of 201.4º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4295C3 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 149 195 -
CMYK 0.66 0.24 0 0.24
HSL 201.4º 0.52% 0.51% -
HSV(B) 201.4º 0.66% 0.76% -
XYZ 22.84 26.59 55.56 -
YUV 129.43 165 82.76 -
System Red Green Blue C M Y K H S L
Decimal 66 149 195 0.66 0.24 0 0.24 201.4 0.52 0.51
Hex 42 95 C3 42 18 0 18 C9 34 33
Octal 102 225 303 102 30 0 30 311 64 63
Binary 1000010 10010101 11000011 1000010 11000 0 11000 11001001 110100 110011

Color Harmonies of #4295C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4295C3

Black with #4295C3

Text Example


Text Example

White with #4295C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4295C3; }

 p { color: rgb(66,149,195); }

 H1.HeaderClassName
 {
   color: #4295C3;
 }
 .AnyTagClassName
 {
   color: #4295C3;
 }
</style>

background-color css

<style>
 a { background-color: #4295C3; }

 a { background-color: rgb(66,149,195); }

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

border-color css

<style>
 span { border-color: #4295C3; }

 span { border-color: rgb(66,149,195); }

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