Html Css Color HEX #434CC1 Free Speech Blue

📋 copy color: '#434CC1'

red 67 ◦ green 76 ◦ blue 193

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

Shades of Free Speech Blue #434CC1

Tints of Free Speech Blue #434CC1

RGB

 RED value IS 67 (26.56% from 255) = 19.94%

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 193 (75.78% from 255) = 57.44%

R = 19.94%
G = 22.62%
B = 57.44%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#434CC1 (or 0x434CC1) is known color: Free Speech Blue. HEX triplet: 43, 4C and C1. RGB value is (67,76,193). Sum of RGB (Red+Green+Blue) = 67+76+193=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #434CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CC1 is #BCB33E. Grayscale: #565656. Windows color (decimal): -12366655 or 12667971. OLE color: 12667971.

HSL color Cylindrical-coordinate representation of color #434CC1: hue angle of 235.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434CC1 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 67 76 193 -
CMYK 0.65 0.61 0 0.24
HSL 235.71º 0.5% 0.51% -
HSV(B) 235.71º 0.65% 0.76% -
XYZ 14.52 10.21 51.66 -
YUV 86.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 67 76 193 0.65 0.61 0 0.24 235.71 0.5 0.51
Hex 43 4C C1 41 3D 0 18 EC 32 33
Octal 103 114 301 101 75 0 30 354 62 63
Binary 1000011 1001100 11000001 1000001 111101 0 11000 11101100 110010 110011

Color Harmonies of #434CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434CC1

Black with #434CC1

Text Example


Text Example

White with #434CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434CC1; }

 p { color: rgb(67,76,193); }

 H1.HeaderClassName
 {
   color: #434CC1;
 }
 .AnyTagClassName
 {
   color: #434CC1;
 }
</style>

background-color css

<style>
 a { background-color: #434CC1; }

 a { background-color: rgb(67,76,193); }

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

border-color css

<style>
 span { border-color: #434CC1; }

 span { border-color: rgb(67,76,193); }

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