Html Css Color HEX #383CCF Free Speech Blue

📋 copy color: '#383CCF'

red 56 ◦ green 60 ◦ blue 207

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

Shades of Free Speech Blue #383CCF

Tints of Free Speech Blue #383CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 17.34%
G = 18.58%
B = 64.09%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#383CCF (or 0x383CCF) is known color: Free Speech Blue. HEX triplet: 38, 3C and CF. RGB value is (56,60,207). Sum of RGB (Red+Green+Blue) = 56+60+207=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #383CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CCF is #C7C330. Grayscale: #4A4A4A. Windows color (decimal): -13091633 or 13581368. OLE color: 13581368.

HSL color Cylindrical-coordinate representation of color #383CCF: hue angle of 238.41º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383CCF is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 60 207 -
CMYK 0.73 0.71 0 0.19
HSL 238.41º 0.61% 0.52% -
HSV(B) 238.41º 0.73% 0.81% -
XYZ 14.51 8.58 59.92 -
YUV 75.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 56 60 207 0.73 0.71 0 0.19 238.41 0.61 0.52
Hex 38 3C CF 49 47 0 13 EE 3D 34
Octal 70 74 317 111 107 0 23 356 75 64
Binary 111000 111100 11001111 1001001 1000111 0 10011 11101110 111101 110100

Color Harmonies of #383CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CCF

Black with #383CCF

Text Example


Text Example

White with #383CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383CCF; }

 p { color: rgb(56,60,207); }

 H1.HeaderClassName
 {
   color: #383CCF;
 }
 .AnyTagClassName
 {
   color: #383CCF;
 }
</style>

background-color css

<style>
 a { background-color: #383CCF; }

 a { background-color: rgb(56,60,207); }

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

border-color css

<style>
 span { border-color: #383CCF; }

 span { border-color: rgb(56,60,207); }

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