Html Css Color HEX #383FCF Free Speech Blue

📋 copy color: '#383FCF'

red 56 ◦ green 63 ◦ blue 207

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

Shades of Free Speech Blue #383FCF

Tints of Free Speech Blue #383FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

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

R = 17.18%
G = 19.33%
B = 63.5%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#383FCF (or 0x383FCF) is known color: Free Speech Blue. HEX triplet: 38, 3F and CF. RGB value is (56,63,207). Sum of RGB (Red+Green+Blue) = 56+63+207=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #383FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FCF is #C7C030. Grayscale: #4C4C4C. Windows color (decimal): -13090865 or 13582136. OLE color: 13582136.

HSL color Cylindrical-coordinate representation of color #383FCF: hue angle of 237.22º 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 #383FCF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 63 207 -
CMYK 0.73 0.70 0 0.19
HSL 237.22º 0.61% 0.52% -
HSV(B) 237.22º 0.73% 0.81% -
XYZ 14.67 8.9 59.98 -
YUV 77.32 201.18 112.79 -
System Red Green Blue C M Y K H S L
Decimal 56 63 207 0.73 0.70 0 0.19 237.22 0.61 0.52
Hex 38 3F CF 49 46 0 13 ED 3D 34
Octal 70 77 317 111 106 0 23 355 75 64
Binary 111000 111111 11001111 1001001 1000110 0 10011 11101101 111101 110100

Color Harmonies of #383FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FCF

Black with #383FCF

Text Example


Text Example

White with #383FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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