Html Css Color HEX #383DCE Free Speech Blue

📋 copy color: '#383DCE'

red 56 ◦ green 61 ◦ blue 206

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

Shades of Free Speech Blue #383DCE

Tints of Free Speech Blue #383DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

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

R = 17.34%
G = 18.89%
B = 63.78%

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

#383DCE (or 0x383DCE) is known color: Free Speech Blue. HEX triplet: 38, 3D and CE. RGB value is (56,61,206). Sum of RGB (Red+Green+Blue) = 56+61+206=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #383DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DCE is #C7C231. Grayscale: #4B4B4B. Windows color (decimal): -13091378 or 13516088. OLE color: 13516088.

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

Color convert

RGB 56 61 206 -
CMYK 0.73 0.70 0 0.19
HSL 238º 0.6% 0.51% -
HSV(B) 238º 0.73% 0.81% -
XYZ 14.44 8.63 59.3 -
YUV 76.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 56 61 206 0.73 0.70 0 0.19 238 0.6 0.51
Hex 38 3D CE 49 46 0 13 EE 3C 33
Octal 70 75 316 111 106 0 23 356 74 63
Binary 111000 111101 11001110 1001001 1000110 0 10011 11101110 111100 110011

Color Harmonies of #383DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DCE

Black with #383DCE

Text Example


Text Example

White with #383DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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