Html Css Color HEX #383BCB Free Speech Blue

📋 copy color: '#383BCB'

red 56 ◦ green 59 ◦ blue 203

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

Shades of Free Speech Blue #383BCB

Tints of Free Speech Blue #383BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

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

R = 17.61%
G = 18.55%
B = 63.84%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#383BCB (or 0x383BCB) is known color: Free Speech Blue. HEX triplet: 38, 3B and CB. RGB value is (56,59,203). Sum of RGB (Red+Green+Blue) = 56+59+203=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #383BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BCB is #C7C434. Grayscale: #494949. Windows color (decimal): -13091893 or 13318968. OLE color: 13318968.

HSL color Cylindrical-coordinate representation of color #383BCB: hue angle of 238.78º 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 #383BCB is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 59 203 -
CMYK 0.72 0.71 0 0.20
HSL 238.78º 0.59% 0.51% -
HSV(B) 238.78º 0.72% 0.8% -
XYZ 13.97 8.28 57.36 -
YUV 74.52 200.51 114.79 -
System Red Green Blue C M Y K H S L
Decimal 56 59 203 0.72 0.71 0 0.20 238.78 0.59 0.51
Hex 38 3B CB 48 47 0 14 EF 3B 33
Octal 70 73 313 110 107 0 24 357 73 63
Binary 111000 111011 11001011 1001000 1000111 0 10100 11101111 111011 110011

Color Harmonies of #383BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BCB

Black with #383BCB

Text Example


Text Example

White with #383BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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