Html Css Color HEX #429AC3 Curious Blue

📋 copy color: '#429AC3'

red 66 ◦ green 154 ◦ blue 195

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

Shades of Curious Blue #429AC3

Tints of Curious Blue #429AC3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.11%

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

R = 15.9%
G = 37.11%
B = 46.99%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#429AC3 (or 0x429AC3) is known color: Curious Blue. HEX triplet: 42, 9A and C3. RGB value is (66,154,195). Sum of RGB (Red+Green+Blue) = 66+154+195=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #429AC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429AC3 is #BD653C. Grayscale: #848484. Windows color (decimal): -12412221 or 12819010. OLE color: 12819010.

HSL color Cylindrical-coordinate representation of color #429AC3: hue angle of 199.07º 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 #429AC3 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 154 195 -
CMYK 0.66 0.21 0 0.24
HSL 199.07º 0.52% 0.51% -
HSV(B) 199.07º 0.66% 0.76% -
XYZ 23.65 28.21 55.83 -
YUV 132.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 66 154 195 0.66 0.21 0 0.24 199.07 0.52 0.51
Hex 42 9A C3 42 15 0 18 C7 34 33
Octal 102 232 303 102 25 0 30 307 64 63
Binary 1000010 10011010 11000011 1000010 10101 0 11000 11000111 110100 110011

Color Harmonies of #429AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AC3

Black with #429AC3

Text Example


Text Example

White with #429AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429AC3; }

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

 H1.HeaderClassName
 {
   color: #429AC3;
 }
 .AnyTagClassName
 {
   color: #429AC3;
 }
</style>

background-color css

<style>
 a { background-color: #429AC3; }

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

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

border-color css

<style>
 span { border-color: #429AC3; }

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

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