Html Css Color HEX #383ECB Free Speech Blue

📋 copy color: '#383ECB'

red 56 ◦ green 62 ◦ blue 203

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

Shades of Free Speech Blue #383ECB

Tints of Free Speech Blue #383ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 17.45%
G = 19.31%
B = 63.24%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#383ECB (or 0x383ECB) is known color: Free Speech Blue. HEX triplet: 38, 3E and CB. RGB value is (56,62,203). Sum of RGB (Red+Green+Blue) = 56+62+203=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #383ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ECB is #C7C134. Grayscale: #4B4B4B. Windows color (decimal): -13091125 or 13319736. OLE color: 13319736.

HSL color Cylindrical-coordinate representation of color #383ECB: hue angle of 237.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #383ECB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 62 203 -
CMYK 0.72 0.69 0 0.20
HSL 237.55º 0.59% 0.51% -
HSV(B) 237.55º 0.72% 0.8% -
XYZ 14.13 8.6 57.41 -
YUV 76.28 199.51 113.54 -
System Red Green Blue C M Y K H S L
Decimal 56 62 203 0.72 0.69 0 0.20 237.55 0.59 0.51
Hex 38 3E CB 48 45 0 14 EE 3B 33
Octal 70 76 313 110 105 0 24 356 73 63
Binary 111000 111110 11001011 1001000 1000101 0 10100 11101110 111011 110011

Color Harmonies of #383ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383ECB

Black with #383ECB

Text Example


Text Example

White with #383ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,62,203); }

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

background-color css

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

 a { background-color: rgb(56,62,203); }

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

border-color css

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

 span { border-color: rgb(56,62,203); }

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