Html Css Color HEX #383FCE Free Speech Blue

📋 copy color: '#383FCE'

red 56 ◦ green 63 ◦ blue 206

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

Shades of Free Speech Blue #383FCE

Tints of Free Speech Blue #383FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 17.23%
G = 19.38%
B = 63.38%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#383FCE (or 0x383FCE) is known color: Free Speech Blue. HEX triplet: 38, 3F and CE. RGB value is (56,63,206). Sum of RGB (Red+Green+Blue) = 56+63+206=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #383FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FCE is #C7C031. Grayscale: #4C4C4C. Windows color (decimal): -13090866 or 13516600. OLE color: 13516600.

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

Color convert

RGB 56 63 206 -
CMYK 0.73 0.69 0 0.19
HSL 237.2º 0.6% 0.51% -
HSV(B) 237.2º 0.73% 0.81% -
XYZ 14.55 8.85 59.33 -
YUV 77.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 56 63 206 0.73 0.69 0 0.19 237.2 0.6 0.51
Hex 38 3F CE 49 45 0 13 ED 3C 33
Octal 70 77 316 111 105 0 23 355 74 63
Binary 111000 111111 11001110 1001001 1000101 0 10011 11101101 111100 110011

Color Harmonies of #383FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FCE

Black with #383FCE

Text Example


Text Example

White with #383FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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