Html Css Color HEX #344CCB Free Speech Blue

📋 copy color: '#344CCB'

red 52 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Blue #344CCB

Tints of Free Speech Blue #344CCB

RGB

 RED value IS 52 (20.7% from 255) = 15.71%

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 15.71%
G = 22.96%
B = 61.33%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#344CCB (or 0x344CCB) is known color: Free Speech Blue. HEX triplet: 34, 4C and CB. RGB value is (52,76,203). Sum of RGB (Red+Green+Blue) = 52+76+203=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #344CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CCB is #CBB334. Grayscale: #525252. Windows color (decimal): -13349685 or 13323316. OLE color: 13323316.

HSL color Cylindrical-coordinate representation of color #344CCB: hue angle of 230.46º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #344CCB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 76 203 -
CMYK 0.74 0.63 0 0.20
HSL 230.46º 0.59% 0.5% -
HSV(B) 230.46º 0.74% 0.8% -
XYZ 14.78 10.21 57.69 -
YUV 83.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 52 76 203 0.74 0.63 0 0.20 230.46 0.59 0.5
Hex 34 4C CB 4A 3F 0 14 E6 3B 32
Octal 64 114 313 112 77 0 24 346 73 62
Binary 110100 1001100 11001011 1001010 111111 0 10100 11100110 111011 110010

Color Harmonies of #344CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CCB

Black with #344CCB

Text Example


Text Example

White with #344CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344CCB; }

 p { color: rgb(52,76,203); }

 H1.HeaderClassName
 {
   color: #344CCB;
 }
 .AnyTagClassName
 {
   color: #344CCB;
 }
</style>

background-color css

<style>
 a { background-color: #344CCB; }

 a { background-color: rgb(52,76,203); }

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

border-color css

<style>
 span { border-color: #344CCB; }

 span { border-color: rgb(52,76,203); }

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