Html Css Color HEX #384BB8 Free Speech Blue

📋 copy color: '#384BB8'

red 56 ◦ green 75 ◦ blue 184

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

Shades of Free Speech Blue #384BB8

Tints of Free Speech Blue #384BB8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.81%

 BLUE value IS 184 (72.27% from 255) = 58.41%

R = 17.78%
G = 23.81%
B = 58.41%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#384BB8 (or 0x384BB8) is known color: Free Speech Blue. HEX triplet: 38, 4B and B8. RGB value is (56,75,184). Sum of RGB (Red+Green+Blue) = 56+75+184=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #384BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BB8 is #C7B447. Grayscale: #515151. Windows color (decimal): -13087816 or 12077880. OLE color: 12077880.

HSL color Cylindrical-coordinate representation of color #384BB8: hue angle of 231.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384BB8 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 75 184 -
CMYK 0.70 0.59 0 0.28
HSL 231.09º 0.53% 0.47% -
HSV(B) 231.09º 0.7% 0.72% -
XYZ 12.8 9.33 46.47 -
YUV 81.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 56 75 184 0.70 0.59 0 0.28 231.09 0.53 0.47
Hex 38 4B B8 46 3B 0 1C E7 35 2F
Octal 70 113 270 106 73 0 34 347 65 57
Binary 111000 1001011 10111000 1000110 111011 0 11100 11100111 110101 101111

Color Harmonies of #384BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BB8

Black with #384BB8

Text Example


Text Example

White with #384BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384BB8; }

 p { color: rgb(56,75,184); }

 H1.HeaderClassName
 {
   color: #384BB8;
 }
 .AnyTagClassName
 {
   color: #384BB8;
 }
</style>

background-color css

<style>
 a { background-color: #384BB8; }

 a { background-color: rgb(56,75,184); }

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

border-color css

<style>
 span { border-color: #384BB8; }

 span { border-color: rgb(56,75,184); }

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